mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-01-16 18:49:58 +00:00
Silence an annoying message
This commit is contained in:
parent
9ea416b852
commit
c775cbbbaa
1 changed files with 6 additions and 0 deletions
|
@ -66,6 +66,12 @@ public:
|
|||
/** Set mouse cursor to a specific shape.*/
|
||||
virtual void setCursor(MouseCursor cursor);
|
||||
|
||||
/** Get focus.*/
|
||||
virtual void grabFocus() {}
|
||||
|
||||
/** Get focus on if the pointer is in this window.*/
|
||||
virtual void grabFocusIfPointerInWindow() {}
|
||||
|
||||
/** WindowData is used to pass in the SDL2 window handle attached to the GraphicsContext::Traits structure. */
|
||||
struct WindowData : public osg::Referenced
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue