mirror of
https://github.com/VincentWei/MiniGUI.git
synced 2026-09-23 16:43:58 +08:00
change type to short of MOUSEX, MOUSEY, and BUTTON
This commit is contained in:
+1
-1
@@ -68,7 +68,7 @@ extern void __comminput_deinit (void);
|
||||
|
||||
/* ----------------------------------------------------------------------- */
|
||||
|
||||
static int MOUSEX = 0, MOUSEY = 0, MOUSEBUTTON = 0;
|
||||
static short MOUSEX = 0, MOUSEY = 0, MOUSEBUTTON = 0;
|
||||
static short KEYCODE = 0, KEYSTATUS = 0;
|
||||
|
||||
/************************ Low Level Input Operations **********************/
|
||||
|
||||
Reference in New Issue
Block a user