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

#include <script_interop.h>

Inheritance diagram for dotnetpp_backend::managed_interface::ui_textinput_event:
dotnetpp_backend::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 dotnetpp_backend::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 117 of file script_interop.h.

Member Data Documentation

◆ alt_key

bool dotnetpp_backend::managed_interface::ui_textinput_event::alt_key {}

Definition at line 122 of file script_interop.h.

◆ ctrl_key

bool dotnetpp_backend::managed_interface::ui_textinput_event::ctrl_key {}

Definition at line 120 of file script_interop.h.

◆ meta_key

bool dotnetpp_backend::managed_interface::ui_textinput_event::meta_key {}

Definition at line 123 of file script_interop.h.

◆ shift_key

bool dotnetpp_backend::managed_interface::ui_textinput_event::shift_key {}

Definition at line 121 of file script_interop.h.

◆ text

std::string dotnetpp_backend::managed_interface::ui_textinput_event::text

Definition at line 119 of file script_interop.h.


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