/* * 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