Searched refs:s_dwLastClickTime (Results 1 – 2 of 2) sorted by relevance
1271 static DWORD s_dwLastClickTime = 0; in decode_mouse_event() local1437 || (int)(dwCurrentTime - s_dwLastClickTime) > p_mouset) in decode_mouse_event()1446 s_dwLastClickTime = dwCurrentTime; in decode_mouse_event()
10235 Solution: Give the s_dwLastClickTime variable a type. Initialize dwEndTime.