Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dos_win32.c1041 static BOOL g_fJustGotFocus = FALSE; variable
1058 g_fJustGotFocus = FALSE; in decode_key_event()
1293 if (g_fJustGotFocus) in decode_mouse_event()
1295 g_fJustGotFocus = FALSE; in decode_mouse_event()
1546 g_fJustGotFocus = ir.Event.FocusEvent.bSetFocus; in handle_focus_event()
1547 ui_focus_change((int)g_fJustGotFocus); in handle_focus_event()