A structure containing information on a text editing event.
More...
#include <Event.hpp>
|
| char | text [MAX_TEXT_EDITING_LENGTH] |
| | The text being edited.
|
| int32 | start |
| | The location to begin editing from.
|
| int32 | length |
| | The number of characters to edit from the start point.
|
| uint32 | window_id |
| | The identifier of the window at the moment of the event.
|
A structure containing information on a text editing event.
Definition at line 424 of file Event.hpp.
◆ length
| int32 nom::TextEditingEvent::length |
The number of characters to edit from the start point.
Definition at line 433 of file Event.hpp.
◆ start
| int32 nom::TextEditingEvent::start |
The location to begin editing from.
Definition at line 430 of file Event.hpp.
◆ text
| char nom::TextEditingEvent::text[MAX_TEXT_EDITING_LENGTH] |
The text being edited.
Definition at line 427 of file Event.hpp.
◆ window_id
| uint32 nom::TextEditingEvent::window_id |
The identifier of the window at the moment of the event.
Definition at line 436 of file Event.hpp.
The documentation for this struct was generated from the following file:
- /home/jeff/Projects/nomlib.git/include/nomlib/system/Event.hpp