change type to short of MOUSEX, MOUSEY, and BUTTON

This commit is contained in:
Vincent Wei
2018-04-08 14:58:50 +08:00
parent 5e8cdc8cea
commit 0b21445fd1
+1 -1
View File
@@ -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 **********************/