mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-05 14:37:08 +00:00
Savestates/Mouse: Fix Mouse handler use
This commit is contained in:
parent
649714429b
commit
bceaf46e2f
3 changed files with 9 additions and 8 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue