Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dgui_w32.c3762 _OnScroll( in _OnScroll() function
4374 _OnScroll(hwnd, hwndCtl, zDelta >= 0 ? SB_LINEUP : SB_LINEDOWN, 0); in _OnMouseWheel()
4377 _OnScroll(hwnd, hwndCtl, zDelta >= 0 ? SB_PAGEUP : SB_PAGEDOWN, 0); in _OnMouseWheel()
4588 HANDLE_MSG(hwnd, WM_HSCROLL, _OnScroll); in _WndProc()
4599 HANDLE_MSG(hwnd, WM_VSCROLL, _OnScroll); in _WndProc()