how do i deal with "controller" in Qt ??
Printable View
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
http://s2.hubimg.com/u/1262693_f260.jpg
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().