Home
last modified time | relevance | path

Searched refs:s_dwLastClickTime (Results 1 – 2 of 2) sorted by relevance

/vim-8.2.3635/src/
H A Dos_win32.c1271 static DWORD s_dwLastClickTime = 0; in decode_mouse_event() local
1437 || (int)(dwCurrentTime - s_dwLastClickTime) > p_mouset) in decode_mouse_event()
1446 s_dwLastClickTime = dwCurrentTime; in decode_mouse_event()
/vim-8.2.3635/runtime/doc/
H A Dversion6.txt10235 Solution: Give the s_dwLastClickTime variable a type. Initialize dwEndTime.