how do i deal with "controller" in Qt ??
how do i deal with "controller" in Qt ??
Please explain "controller".
Do you mean a model/view controller? This is called a delegate in Qt
no,i mean pc controler for games
like this
![]()
maybe via QKeyEvent ?
QKeyEvent don't encapsulate controller events.
in general QEvent don't encapsulate controller events.
How about taking your gamedev documentation and checking out how it communicates with the system? Qt won't help you much here, it will just give you access to system events via QCoreApplication::winEventFilter().
Bookmarks