mirror of
https://github.com/VincentWei/MiniGUI.git
synced 2026-09-26 11:44:16 +08:00
do not call SetCursor in handling low level events
This commit is contained in:
@@ -140,7 +140,8 @@ static void ParseEvent (PMSGQUEUE msg_que, int event)
|
||||
switch (me->event) {
|
||||
case ME_MOVED:
|
||||
Msg.message = MSG_MOUSEMOVE;
|
||||
SetCursor (GetSystemCursor (IDC_ARROW));
|
||||
/* Since 5.0.0, do not call SetCursor here. */
|
||||
//SetCursor (GetSystemCursor (IDC_ARROW));
|
||||
break;
|
||||
case ME_LEFTDOWN:
|
||||
Msg.message = MSG_LBUTTONDOWN;
|
||||
|
||||
Reference in New Issue
Block a user