iv::DefaultBinder Class Reference
#include <DefaultBinder.hpp>
Public Member Functions | |
| DefaultBinder (Instance *inst) | |
Public Member Functions inherited from iv::InputBinder | |
| InputBinder (Instance *inst) | |
| Instance * | instance () |
| void | BindKey (InputId inputId, Input::Key key, int device_id=-1) |
| void | UnbindKey (InputId inputId, Input::Key key, int device_id=-1) |
| void | BindHoverKey (InputId inputId, Input::Key key, int device_id=-1) |
| void | UnbindHoverKey (InputId inputId, Input::Key key, int device_id=-1) |
Public Attributes | |
| ClientMarker | cm |
Public Attributes inherited from iv::InputBinder | |
| ClientMarker | cm |
Detailed Description
When created, binds all InputIds defined in <ivorium_UI/Defs.hpp>.
Definition at line 12 of file DefaultBinder.hpp.
Constructor & Destructor Documentation
◆ DefaultBinder()
|
inline |
Definition at line 17 of file DefaultBinder.hpp.
Member Data Documentation
◆ cm
| ClientMarker iv::DefaultBinder::cm |
Definition at line 15 of file DefaultBinder.hpp.
The documentation for this class was generated from the following file:
- ivorium_game/Misc/DefaultBinder.hpp

Public Member Functions inherited from 