raw_mouse: center cursors on init

This commit is contained in:
Megamouse 2024-02-13 22:52:48 +01:00
parent c91bc03532
commit d71f4b33d7
2 changed files with 15 additions and 1 deletions

View file

@ -19,6 +19,8 @@ public:
void update_window_handle();
display_handle_t window_handle() const { return m_window_handle; }
void center_cursor();
#ifdef _WIN32
void update_values(const RAWMOUSE& state);
#endif