Differences between version 2 and predecessor to the previous major change of SDL_WM_GrabInput(3).
Other diffs: Previous Revision, Previous Author, or view the Annotated Edit History
Newer page: | version 2 | Last edited on Monday, June 3, 2002 6:53:50 pm | by perry | Revert |
Older page: | version 1 | Last edited on Monday, June 3, 2002 6:53:50 pm | by perry | Revert |
@@ -1,22 +1,22 @@
-SDL_WM_GrabInput
-!!!SDL_WM_GrabInput
+SDL_WM_!
GrabInput
+!!!SDL_WM_!
GrabInput
NAME
SYNOPSIS
DESCRIPTION
RETURN VALUE
----
!!NAME
-SDL_WM_GrabInput- Grabs mouse and keyboard input.
+SDL_WM_!
GrabInput- Grabs mouse and keyboard input.
!!SYNOPSIS
__#include __
-__SDL_GrabMode SDL_WM_GrabInput__(__SDL_GrabMode
+__SDL_!
GrabMode SDL_WM_!
GrabInput__(__SDL_!
GrabMode
mode__);
!!DESCRIPTION
@@ -34,10 +34,10 @@
typedef enum {
SDL_GRAB_QUERY,
SDL_GRAB_OFF,
SDL_GRAB_ON
-} SDL_GrabMode;
+} SDL_!
GrabMode;
!!RETURN VALUE
-The current/new __SDL_GrabMode__.
+The current/new __SDL_!
GrabMode__.
----