|
LeviLamina
|
Public Types | |
| enum class | Action : int { Up = 0 , Down = 1 } |
Public Member Functions | |
| constexpr | KeyInputEvent (HIDController &controller, int &keyCode, Action action) |
| LLAPI void | serialize (CompoundTag &) const override |
| LLAPI void | deserialize (CompoundTag const &) override |
| LLNDAPI HIDController & | controller () const |
| LLNDAPI int & | keyCode () const |
| LLNDAPI Action | action () const |
| LLNDAPI bool | isDown () const |