Searched refs:MOUSE_MOVED (Results 1 – 2 of 2) sorted by relevance
78 # ifndef MOUSE_MOVED79 # define MOUSE_MOVED 0x0001 macro1307 if (pmer->dwEventFlags == MOUSE_MOVED) in decode_mouse_event()1366 if (pmer2->dwEventFlags != MOUSE_MOVED) in decode_mouse_event()1394 nButton = (pmer->dwEventFlags == MOUSE_MOVED) in decode_mouse_event()1403 if (! s_fReleased && pmer->dwEventFlags != MOUSE_MOVED) in decode_mouse_event()1449 else if (pmer->dwEventFlags == MOUSE_MOVED) in decode_mouse_event()
67 # ifndef MOUSE_MOVED68 # define MOUSE_MOVED 0x0001 macro