mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-05 06:26:49 +00:00
raw_mouse: center cursors on init
This commit is contained in:
parent
c91bc03532
commit
d71f4b33d7
2 changed files with 15 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue