mirror of
https://github.com/libretro/scummvm.git
synced 2025-05-13 09:36:21 +00:00
Fix compilation
svn-id: r32118
This commit is contained in:
parent
eb6c809d2b
commit
78b599bc26
@ -103,7 +103,7 @@ public:
|
|||||||
void waitForButtonEvent(uint32 buttonEventMask);
|
void waitForButtonEvent(uint32 buttonEventMask);
|
||||||
uint32 getLastButtonEvent() { return _mouseButtons; }
|
uint32 getLastButtonEvent() { return _mouseButtons; }
|
||||||
|
|
||||||
void Input::stopHovering() {
|
void stopHovering() {
|
||||||
_hoverZone = nullZonePtr;
|
_hoverZone = nullZonePtr;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user