Add KeyDialog class

This will take care of reading user input.
TODO: Correct mouse buttons values, they do not match Xtest values.
This commit is contained in:
Maciej Latocha
2016-03-31 17:32:53 +02:00
parent 0e9145f7a8
commit e633b10379
3 changed files with 103 additions and 0 deletions

View File

@ -17,6 +17,7 @@ set(qjoypad_SOURCES
joypadw.cpp
joyslider.cpp
keycode.cpp
keydialog.cpp
layout.cpp
layout_edit.cpp
main.cpp
@ -36,6 +37,7 @@ set(qjoypad_QOBJECT_HEADERS
joypadw.h
joyslider.h
keycode.h
keydialog.hpp
layout_edit.h
layout.h
quickset.h)