Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dgui_w32.c1162 if (uMsg == WM_MOUSEMOVE || uMsg == WM_NCMOUSEMOVE) in HandleMouseHide()
1172 switch (uMsg) in HandleMouseHide()
1213 UINT uMsg, in _TextAreaWndProc() argument
1224 s_uMsg = uMsg; in _TextAreaWndProc()
1232 switch (uMsg) in _TextAreaWndProc()
4564 UINT uMsg, in _WndProc() argument
4579 switch (uMsg) in _WndProc()
7987 UINT uMsg, in toolbar_wndproc() argument
8111 UINT uMsg, in tabline_wndproc() argument
8753 if ((uMsg >= WM_MOUSEFIRST && uMsg <= WM_MOUSELAST) in TrackUserActivity()
[all …]
H A Ddimm.idl491 …HRESULT SendIMCA([in] HWND hWnd, [in] UINT uMsg, [in] WPARAM wParam, [in] LPARAM lParam, [out] LRE…
492 …HRESULT SendIMCW([in] HWND hWnd, [in] UINT uMsg, [in] WPARAM wParam, [in] LPARAM lParam, [out] LRE…
H A Dif_mzsch.c844 timer_proc(HWND hwnd UNUSED, UINT uMsg UNUSED, UINT_PTR idEvent UNUSED, DWORD dwTime UNUSED) in timer_proc()