QFrame mouse and key input
General and Desktop
3
Posts
2
Posters
711
Views
1
Watching
-
wrote on 26 Feb 2014, 16:06 last edited by
Hi everyone,
I implement my small game engine into a Qframe. Now i need mouse and keyboard input but i can't get it with MsgProc() so i need another way through Qt. I haven't found anything while googling, i hope someone can help me!
-
wrote on 27 Feb 2014, 20:06 last edited by
Hi Black,
you could install an event filter into you frame like "this one here...":http://qt-project.org/doc/qt-5/qobject.html#installEventFilter -
wrote on 28 Feb 2014, 12:40 last edited by
Okay, thank you!
I will try it...
1/3