SDL  2.0
SDL_windowskeyboard.h File Reference
+ Include dependency graph for SDL_windowskeyboard.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

void WIN_InitKeyboard (_THIS)
 
void WIN_UpdateKeymap (void)
 
void WIN_QuitKeyboard (_THIS)
 
void WIN_ResetDeadKeys (void)
 
void WIN_StartTextInput (_THIS)
 
void WIN_StopTextInput (_THIS)
 
void WIN_SetTextInputRect (_THIS, SDL_Rect *rect)
 
SDL_bool IME_HandleMessage (HWND hwnd, UINT msg, WPARAM wParam, LPARAM *lParam, struct SDL_VideoData *videodata)
 

Function Documentation

SDL_bool IME_HandleMessage ( HWND  hwnd,
UINT  msg,
WPARAM  wParam,
LPARAM *  lParam,
struct SDL_VideoData videodata 
)
void WIN_InitKeyboard ( _THIS  )
void WIN_QuitKeyboard ( _THIS  )
void WIN_ResetDeadKeys ( void  )
void WIN_SetTextInputRect ( _THIS  ,
SDL_Rect rect 
)
void WIN_StartTextInput ( _THIS  )
void WIN_StopTextInput ( _THIS  )
void WIN_UpdateKeymap ( void  )