Differences between current version and previous revision of SDL_KeyboardEvent(3).
Other diffs: Previous Major Revision, Previous Author, or view the Annotated Edit History
Newer page: | version 2 | Last edited on Monday, June 3, 2002 6:53:45 pm | by perry | |
Older page: | version 1 | Last edited on Monday, June 3, 2002 6:53:45 pm | by perry | Revert |
@@ -1,6 +1,6 @@
-SDL_KeyboardEvent
-!!!SDL_KeyboardEvent
+SDL_!
KeyboardEvent
+!!!SDL_!
KeyboardEvent
NAME
STRUCTURE DEFINITION
STRUCTURE DATA
DESCRIPTION
@@ -8,17 +8,17 @@
----
!!NAME
-SDL_KeyboardEvent- Keyboard event structure
+SDL_!
KeyboardEvent- Keyboard event structure
!!STRUCTURE DEFINITION
typedef struct{
Uint8 type;
Uint8 state;
SDL_keysym keysym;
-} SDL_KeyboardEvent;
+} SDL_!
KeyboardEvent;
!!STRUCTURE DATA
__type SDL_KEYDOWN__ or __SDL_KEYUP__
@@ -30,9 +30,9 @@
__keysym__ Contains key press information
!!DESCRIPTION
-__SDL_KeyboardEvent__ is a member of the __SDL_Event__
+__SDL_!
KeyboardEvent__ is a member of the __SDL_Event__
union and is used when an event of type __SDL_KEYDOWN__
or __SDL_KEYUP__ is reported.
@@ -50,12 +50,12 @@
__Note:__
Repeating __SDL_KEYDOWN__ events will occur if key repeat
-is enabled (see __SDL_EnableKeyRepeat__).
+is enabled (see __SDL_!
EnableKeyRepeat__).
!!SEE ALSO
__SDL_Event__, __SDL_keysym__,
-__SDL_EnableKeyRepeat__,
+__SDL_!
EnableKeyRepeat__,
__SDL_EnableUNICODE__
----