1
0
Fork 0

Platform/Unix/X11Display: Adding processEvent() to handle resize.

This commit is contained in:
Henrik Hautakoski 2019-12-30 05:32:31 +01:00
parent 31970826a4
commit 2ab5c7fc41
2 changed files with 20 additions and 0 deletions

View file

@ -35,6 +35,8 @@ public :
virtual void showCursor(bool value);
void processEvent(const ::XEvent& event);
protected :
::Display* m_disp;