diff options
Diffstat (limited to 'src/gui/setup_keyboard.h')
-rw-r--r-- | src/gui/setup_keyboard.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/gui/setup_keyboard.h b/src/gui/setup_keyboard.h index ccc2558f..b72e8746 100644 --- a/src/gui/setup_keyboard.h +++ b/src/gui/setup_keyboard.h @@ -66,12 +66,19 @@ class Setup_Keyboard : public SetupTab, public gcn::ActionListener */ void refreshKeys(); + /** + * If a key function is unresolved, then this reverts it. + */ + void keyUnresolved(); + private: class KeyListModel *mKeyListModel; gcn::ListBox *mKeyList; gcn::Button *mAssignKeyButton; gcn::Button *mMakeDefaultButton; + + bool mKeySetting; /**< flag to check if key being set. */ }; #endif |