1
0
Fork 0

source/Platform/PlatformDisplay.h: add grabCursor() to the interface.

This commit is contained in:
Henrik Hautakoski 2020-11-03 17:04:18 +01:00
parent 363afe111b
commit 0a1c18548d

View file

@ -41,6 +41,8 @@ public :
virtual void showCursor(bool value) = 0;
virtual void grabCursor(bool value) = 0;
protected :
PlatformDisplay();