diff options
Diffstat (limited to 'src/ui/window.hpp')
-rw-r--r-- | src/ui/window.hpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/ui/window.hpp b/src/ui/window.hpp index 7c82bf89..e82aa585 100644 --- a/src/ui/window.hpp +++ b/src/ui/window.hpp @@ -270,7 +270,8 @@ namespace cru::ui void OnMouseLeaveInternal(); void OnMouseDownInternal(MouseButton button, POINT point); void OnMouseUpInternal(MouseButton button, POINT point); - + + void OnMouseWheelInternal(short delta, POINT point); void OnKeyDownInternal(int virtual_code); void OnKeyUpInternal(int virtual_code); void OnCharInternal(wchar_t c); |