shithub: candycrisis

ref: 1ae6334bfaeb53c301a553e45733ad2a50b74689
dir: /Source/keyselect.h/

View raw version
// keyselect.h


#ifdef __cplusplus
extern "C"
#endif
int SDLTypingFilter(const SDL_Event *event);

void StartWatchingTyping();
void StopWatchingTyping();
MBoolean CheckTyping( char* ascii, SDLKey* sdl );
void CheckKeys();


extern SDLKey playerKeys[2][4];
extern const SDLKey defaultPlayerKeys[2][4];