Unravel Engine C++ Reference
Loading...
Searching...
No Matches
mono::managed_interface::ui_textinput_event Struct Reference

#include <script_interop.h>

Inheritance diagram for mono::managed_interface::ui_textinput_event:
mono::managed_interface::ui_event_base

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
 

Detailed Description

Definition at line 184 of file script_interop.h.

Member Data Documentation

◆ alt_key

bool mono::managed_interface::ui_textinput_event::alt_key {}

Definition at line 192 of file script_interop.h.

◆ ctrl_key

bool mono::managed_interface::ui_textinput_event::ctrl_key {}

Definition at line 190 of file script_interop.h.

◆ meta_key

bool mono::managed_interface::ui_textinput_event::meta_key {}

Definition at line 193 of file script_interop.h.

◆ shift_key

bool mono::managed_interface::ui_textinput_event::shift_key {}

Definition at line 191 of file script_interop.h.

◆ text

std::string mono::managed_interface::ui_textinput_event::text

Definition at line 187 of file script_interop.h.


The documentation for this struct was generated from the following file: