1
0

Merge branch 'master' into opengl3

This commit is contained in:
numzero
2023-03-03 21:52:25 +03:00
4 changed files with 23 additions and 49 deletions

View File

@@ -413,6 +413,9 @@ namespace irr
bool HasNetWM;
// text is utf-8
mutable core::stringc Clipboard;
#endif
#if defined(_IRR_LINUX_X11_XINPUT2_)
int currentTouchedCount;
#endif
u32 Width, Height;
bool WindowHasFocus;
@@ -453,10 +456,6 @@ namespace irr
};
core::array<JoystickInfo> ActiveJoysticks;
#endif
#if defined(_IRR_LINUX_X11_XINPUT2_)
int currentTouchedCount;
#endif
};