libevdev mouse support

This commit is contained in:
Cacodemon345
2021-12-10 01:03:20 +06:00
parent 05943477a6
commit 7934d90039
5 changed files with 128 additions and 6 deletions

View File

@@ -30,12 +30,6 @@ public:
: QOpenGLWidget(parent), QOpenGLFunctions()
{
setMinimumSize(16, 16);
#ifdef WAYLAND
if (QApplication::platformName().contains("wayland")) {
wayland = true;
wl_init();
}
#endif
}
~HardwareRenderer()
{