diff options
| author | Kostadin Damyanov | 2015-06-17 22:27:45 +0300 |
|---|---|---|
| committer | Kostadin Damyanov | 2015-06-17 22:27:45 +0300 |
| commit | 2102d35e9c18a0cede87e7e45d375153702b3ea5 (patch) | |
| tree | 6484f32be28d323e052f3cfffd07ff7dcb342841 /platform/haiku/haiku_direct_window.h | |
| parent | 1505d65ac9ec9f44195e961f0089343aabe3de79 (diff) | |
| download | godot-2102d35e9c18a0cede87e7e45d375153702b3ea5.tar.gz godot-2102d35e9c18a0cede87e7e45d375153702b3ea5.tar.zst godot-2102d35e9c18a0cede87e7e45d375153702b3ea5.zip | |
Haiku: read the status of the key modifiers and mouse buttons
Diffstat (limited to 'platform/haiku/haiku_direct_window.h')
| -rw-r--r-- | platform/haiku/haiku_direct_window.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/platform/haiku/haiku_direct_window.h b/platform/haiku/haiku_direct_window.h index 19ea987e7..bb0ef43da 100644 --- a/platform/haiku/haiku_direct_window.h +++ b/platform/haiku/haiku_direct_window.h @@ -23,6 +23,8 @@ private: void DispatchMouseButton(BMessage* message); void DispatchMouseMoved(BMessage* message); + inline InputModifierState GetKeyModifierState(uint32 p_state); + inline unsigned int GetMouseButtonState(uint32 p_state); public: HaikuDirectWindow(BRect p_frame); |
