|
Editor API
UnigineEditor public API
|
This is the complete list of members for Editor::Controls, including all inherited members.
| addControlFriend(const char *control_id, const char *friend_control_id) | Editor::Controls | static |
| ALT enum value | Editor::Controls | |
| CMD enum value | Editor::Controls | |
| Context enum name | Editor::Controls | |
| ContextActiveChecker typedef | Editor::Controls | |
| ControlFlag enum name | Editor::Controls | |
| createContext(const char *context_id, const char *title, ContextActiveChecker checker, void *opaque, Context context_type=Context::SHARED, int priority=0) | Editor::Controls | static |
| createControl(const char *control_id, const char *context_id="global", int control_flags=ControlFlag::MOUSE|ControlFlag::KEYBOARD|ControlFlag::WHEEL) | Editor::Controls | static |
| CTRL enum value | Editor::Controls | |
| getControlShortcutText(const char *control_id) | Editor::Controls | static |
| hasContext(const char *context_id) | Editor::Controls | static |
| hasControl(const char *control_id) | Editor::Controls | static |
| isControlDown(const char *control_id) | Editor::Controls | static |
| isControlPressed(const char *control_id) | Editor::Controls | static |
| isControlUp(const char *control_id) | Editor::Controls | static |
| KEYBOARD enum value | Editor::Controls | |
| MODIFIER enum value | Editor::Controls | |
| ModifierFlag enum name | Editor::Controls | |
| ModifierMatch enum name | Editor::Controls | |
| MOUSE enum value | Editor::Controls | |
| MOUSE_AUX_0 enum value | Editor::Controls | |
| MOUSE_AUX_1 enum value | Editor::Controls | |
| MOUSE_AUX_2 enum value | Editor::Controls | |
| MOUSE_AUX_3 enum value | Editor::Controls | |
| MOUSE_LEFT enum value | Editor::Controls | |
| MOUSE_MIDDLE enum value | Editor::Controls | |
| MOUSE_RIGHT enum value | Editor::Controls | |
| MouseWheel enum name | Editor::Controls | |
| NONE enum value | Editor::Controls | |
| removeContext(const char *context_id) | Editor::Controls | static |
| removeControl(const char *control_id) | Editor::Controls | static |
| removeControlFriend(const char *control_id, const char *friend_control_id) | Editor::Controls | static |
| setControlActivatedCallback(const char *control_id, Unigine::CallbackBase *func) | Editor::Controls | static |
| setControlKey(const char *control_id, int key) | Editor::Controls | static |
| setControlModifierFlags(const char *control_id, int modifier_flags) | Editor::Controls | static |
| setControlModifierMatch(const char *control_id, ModifierMatch modifier_match) | Editor::Controls | static |
| setControlMouseButton(const char *control_id, int mouse_button) | Editor::Controls | static |
| setControlMouseWheel(const char *control_id, MouseWheel wheel) | Editor::Controls | static |
| setControlPressedCallback(const char *control_id, Unigine::CallbackBase *func) | Editor::Controls | static |
| setControlReleasedCallback(const char *control_id, Unigine::CallbackBase *func) | Editor::Controls | static |
| setControlTitle(const char *control_id, const char *title) | Editor::Controls | static |
| setControlTooltip(const char *control_id, const char *tooltip) | Editor::Controls | static |
| SHIFT enum value | Editor::Controls | |
| WHEEL enum value | Editor::Controls |