shithub: candycrisis

ref: 13aedf6a9faab2fe48c45278cd8280c76ec3816b
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];