Unigine::InputEventText Class
Header: | #include <UnigineInput.h> |
Inherits from: | InputEvent |
InputEventText Class
Members
InputEventText ( ) #
Default constructor.InputEventText ( unsigned long long timestamp, const Math::ivec2 & mouse_pos ) #
Text input event constructor.Arguments
- unsigned long long timestamp - Timestamp of the event.
- const Math::ivec2 & mouse_pos - Position of the mouse.
InputEventText ( unsigned long long timestamp, const Math::ivec2 & mouse_pos, unsigned int unicode ) #
Text input event constructor.Arguments
- unsigned long long timestamp - Timestamp of the event.
- const Math::ivec2 & mouse_pos - Position of the mouse.
- unsigned int unicode - Unicode symbol.
void setUnicode ( unsigned int unicode ) #
Sets the input symbol.Arguments
- unsigned int unicode - Unicode symbol.
unsigned int getUnicode ( ) const#
Returns the input symbol.Return value
Unicode symbol.Last update:
16.08.2024
Помогите сделать статью лучше
Была ли эта статья полезной?
(или выберите слово/фразу и нажмите Ctrl+Enter