J :
* Some interface for key bindings
This commit is contained in:
@@ -484,4 +484,10 @@ struct WLFiltersSort{
|
||||
bool operator()(const WGuiBase*l, const WGuiBase*r);
|
||||
};
|
||||
|
||||
class WGuiKeyBinder : public WGuiItem {
|
||||
public:
|
||||
WGuiKeyBinder();
|
||||
virtual void Render();
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user