diff -r ffa851df0825 -r 2fb8b9db1c86 symbian-qemu-0.9.1-12/libsdl-trunk/docs/html/sdlgetappstate.html
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/symbian-qemu-0.9.1-12/libsdl-trunk/docs/html/sdlgetappstate.html Fri Jul 31 15:01:17 2009 +0100
@@ -0,0 +1,263 @@
+
SDL_GetAppStateSDL_GetAppState
Name
SDL_GetAppState -- Get the state of the application
Synopsis
#include "SDL.h"
Uint8 SDL_GetAppState
(void);
Description
This function returns the current state of the application. The value returned is a bitwise combination of:
SDL_APPMOUSEFOCUS | The application has mouse focus. |
SDL_APPINPUTFOCUS | The application has keyboard focus |
SDL_APPACTIVE | The application is visible |
\ No newline at end of file