1
0
Fork 0

Platform/Win32/Win32Display: implement grabCursor()

This commit is contained in:
Henrik Hautakoski 2020-11-03 17:05:06 +01:00
parent 0a1c18548d
commit e64d9cdce0
2 changed files with 14 additions and 0 deletions

View file

@ -35,6 +35,8 @@ public :
virtual void showCursor(bool value);
virtual void grabCursor(bool value);
protected :
void registerClass();