Query: sdl_keyboardevent
OS: opensolaris
Section: 3
Links: opensolaris man pages all man pages
Forums: unix linux community forum categories
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
SDL_KeyboardEvent(3) SDL API Reference SDL_KeyboardEvent(3)NAMESDL_KeyboardEvent - Keyboard event structureSTRUCTURE DEFINITIONtypedef struct{ Uint8 type; Uint8 state; SDL_keysym keysym; } SDL_KeyboardEvent;STRUCTURE DATAtype SDL_KEYDOWN or SDL_KEYUP state SDL_PRESSED or SDL_RELEASED keysym Contains key press informationDESCRIPTIONSDL_KeyboardEvent is a member of the SDL_Event union and is used when an event of type SDL_KEYDOWN or SDL_KEYUP is reported. The type and state actually report the same information, they just use different values to do it! A keyboard event occurs when a key is released (type=SDK_KEYUP or state=SDL_RELEASED) and when a key is pressed (type=SDL_KEYDOWN or state=SDL_PRESSED). The information on what key was pressed or released is in the keysym structure. Note: Repeating SDL_KEYDOWN events will occur if key repeat is enabled (see SDL_EnableKeyRepeat).SEE ALSOSDL_Event, SDL_keysym, SDL_EnableKeyRepeat, SDL_EnableUNICODESDLTue 11 Sep 2001, 22:59 SDL_KeyboardEvent(3)
Related Man Pages |
---|
sdl_event(3) - opensolaris |
sdl_keysym(3) - opensolaris |
sdl_mousemotionevent(3) - redhat |
sdl_keysym(3) - redhat |
sdl_event(3) - centos |
Similar Topics in the Unix Linux Community |
---|
Trying to block signal |
PHP Man Pages Now Available (Over 10,000) |
Study UNIX Kernel |
Solaris 10 - password complexity not working |
What is good? |