source/Platform/PlatformDisplay.h: add grabCursor() to the interface.
This commit is contained in:
parent
363afe111b
commit
0a1c18548d
1 changed files with 2 additions and 0 deletions
|
|
@ -41,6 +41,8 @@ public :
|
||||||
|
|
||||||
virtual void showCursor(bool value) = 0;
|
virtual void showCursor(bool value) = 0;
|
||||||
|
|
||||||
|
virtual void grabCursor(bool value) = 0;
|
||||||
|
|
||||||
protected :
|
protected :
|
||||||
|
|
||||||
PlatformDisplay();
|
PlatformDisplay();
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue