mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-21 05:15:47 +00:00
core/hid: Improve accuary of mouse implementation
This commit is contained in:
parent
dfb63175d1
commit
25521cd948
14 changed files with 79 additions and 48 deletions
|
@ -72,6 +72,7 @@ private:
|
|||
Common::Vec2<int> mouse_origin;
|
||||
Common::Vec2<int> last_mouse_position;
|
||||
Common::Vec2<float> last_mouse_change;
|
||||
Common::Vec2<int> wheel_position;
|
||||
bool button_pressed;
|
||||
int mouse_panning_timout{};
|
||||
std::jthread update_thread;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue