|
|
|
|
@ -44,9 +44,9 @@ protected: |
|
|
|
|
virtual bool isLockable() OVERRIDE { return true; } |
|
|
|
|
|
|
|
|
|
private: |
|
|
|
|
void KeysSection(const char *title) { Section("Keys", title); } |
|
|
|
|
void MouseSection(const char *title) { Section("Mouse", title); } |
|
|
|
|
void Section(const char *type, const char *title); |
|
|
|
|
void KeysSection(const char *title_) { Section("Keys", title_); } |
|
|
|
|
void MouseSection(const char *title_) { Section("Mouse", title_); } |
|
|
|
|
void Section(const char *type, const char *title_); |
|
|
|
|
void KeyDesc(const ActionType at, const char *desc); |
|
|
|
|
void MouseDesc(std::string action, const char *desc, bool indent = false); |
|
|
|
|
void MouseColumn(const char *column); |
|
|
|
|
|