* Little progress on the interface for key bindings.
* This seems to still be stable so I commit while I'm at it.
This commit is contained in:
jean.chalard
2010-02-15 18:14:24 +00:00
parent e7d72b7722
commit 2faabf98b5
2 changed files with 8 additions and 4 deletions

View File

@@ -487,6 +487,10 @@ struct WLFiltersSort{
class WGuiKeyBinder : public WGuiList {
public:
WGuiKeyBinder(string name);
virtual bool isModal();
virtual bool CheckUserInput(JButton);
protected:
bool modal;
};
#endif