J :
* 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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user