Savestates/Mouse: Fix Mouse handler use

This commit is contained in:
Elad Ashkenazi 2024-06-20 19:23:36 +03:00
parent 649714429b
commit bceaf46e2f
3 changed files with 9 additions and 8 deletions

View file

@ -213,12 +213,6 @@ void raw_mouse::update_values(const RAWMOUSE& state)
}
#endif
raw_mouse_handler::raw_mouse_handler(bool is_for_gui)
: MouseHandlerBase()
, m_is_for_gui(is_for_gui)
{
}
raw_mouse_handler::~raw_mouse_handler()
{
if (m_thread)