SDL_GetKeyState man page on Syllable

Man page or keyword search:  
man Server   2339 pages
apropos Keyword Search (all sections)
Output format
Syllable logo
[printable version]

SDL_GetKeyState(3)	       SDL API Reference	    SDL_GetKeyState(3)

NAME
       SDL_GetKeyState - Get a snapshot of the current keyboard state

SYNOPSIS
       #include "SDL.h"

       Uint8 *SDL_GetKeyState(int *numkeys);

DESCRIPTION
       Gets  a	snapshot  of  the current keyboard state. The current state is
       return as a pointer to an array, the size of this array	is  stored  in
       numkeys. The array is indexed by the SDLK_* symbols. A value of 1 means
       the key is pressed and a value of 0 means its not. The pointer returned
       is  a  pointer  to an internal SDL array and should not be freed by the
       caller.

	      Note:

	      Use SDL_PumpEvents to update the state array.

EXAMPLE
       Uint8 *keystate = SDL_GetKeyState(NULL);
       if ( keystate[SDLK_RETURN] ) printf("Return Key Pressed.
       ");

SEE ALSO
       SDL Key Symbols, SDL_PumpEvents

SDL			    Tue 11 Sep 2001, 22:59	    SDL_GetKeyState(3)
[top]
                             _         _         _ 
                            | |       | |       | |     
                            | |       | |       | |     
                         __ | | __ __ | | __ __ | | __  
                         \ \| |/ / \ \| |/ / \ \| |/ /  
                          \ \ / /   \ \ / /   \ \ / /   
                           \   /     \   /     \   /    
                            \_/       \_/       \_/ 
More information is available in HTML format for server Syllable

List of man pages available for Syllable

Copyright (c) for man pages and the logo by the respective OS vendor.

For those who want to learn more, the polarhome community provides shell access and support.

[legal] [privacy] [GNU] [policy] [cookies] [netiquette] [sponsors] [FAQ]
Tweet
Polarhome, production since 1999.
Member of Polarhome portal.
Based on Fawad Halim's script.
....................................................................
Vote for polarhome
Free Shell Accounts :: the biggest list on the net