|
Unravel Engine C++ Reference
|
#include <script_interop.h>
Public Attributes | |
| std::string | text |
| bool | ctrl_key {} |
| bool | shift_key {} |
| bool | alt_key {} |
| bool | meta_key {} |
Public Attributes inherited from mono::managed_interface::ui_event_base | |
| std::intptr_t | native_ptr {} |
| std::string | target_element_id |
| std::intptr_t | target_element_ptr {} |
| std::string | current_element_id |
| std::intptr_t | current_element_ptr {} |
| int | phase {} |
| std::string | event_type |
Definition at line 208 of file script_interop.h.
| bool mono::managed_interface::ui_textinput_event::alt_key {} |
Definition at line 216 of file script_interop.h.
| bool mono::managed_interface::ui_textinput_event::ctrl_key {} |
Definition at line 214 of file script_interop.h.
| bool mono::managed_interface::ui_textinput_event::meta_key {} |
Definition at line 217 of file script_interop.h.
| bool mono::managed_interface::ui_textinput_event::shift_key {} |
Definition at line 215 of file script_interop.h.
| std::string mono::managed_interface::ui_textinput_event::text |
Definition at line 211 of file script_interop.h.