4coder/custom/4coder_keycode_extension.h

27 lines
477 B
C

/*
* Mr. 4th Dimention - Allen Webster
*
* 09.10.2019
*
* Temporary file for making the transition to a new event API easier.
*
*/
// TOP
enum{
KeyCodeExt_MouseLeft = KeyCode_COUNT,
KeyCodeExt_MouseRight,
KeyCodeExt_MouseLeftRelease,
KeyCodeExt_MouseRightRelease,
KeyCodeExt_MouseWheel,
KeyCodeExt_MouseMove,
KeyCodeExt_Animate,
KeyCodeExt_ClickActivateView,
KeyCodeExt_ClickDeactivateView,
KeyCodeExt_TextInput,
};
// BOTOTM