|
VGamepad PC
The PC app for the virtual game controller.
|
#include <QEvent>#include <QKeyEvent>#include <QLineEdit>#include <QMouseEvent>#include <Qt>Classes | |
| class | ButtonInputBox |
| A QLineEdit subclass for capturing keyboard and mouse input for key mapping. More... | |
Typedefs | |
| using | KeyCodeType = quint32 |
| Platform-native key code type. | |
| using KeyCodeType = quint32 |
Platform-native key code type.
On Windows: Windows virtual key codes (VK_*) from QKeyEvent::nativeVirtualKey() On Linux: evdev keycodes (KEY_*) from QKeyEvent::nativeScanCode()