mirror of
https://github.com/VincentWei/MiniGUI.git
synced 2026-09-25 11:07:54 +08:00
Call IAL_SetMouseRange after initialized
This commit is contained in:
@@ -288,6 +288,7 @@ int mg_InitIAL (void)
|
||||
|
||||
_DBG_PRINTF ("IAL: Use %s engine.\n", __mg_cur_input->id);
|
||||
|
||||
IAL_SetMouseRange (0, 0, WIDTHOFPHYGC - 1, HEIGHTOFPHYGC - 1);
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user