nomlib
Loading...
Searching...
No Matches
nom::TextInputEvent Struct Reference

A structure containing information on a text input event. More...

#include <Event.hpp>

Public Attributes

char text [MAX_TEXT_INPUT_LENGTH]
 The text input.
uint32 window_id
 The identifier of the window at the moment of the event.

Detailed Description

A structure containing information on a text input event.

Definition at line 412 of file Event.hpp.

Member Data Documentation

◆ text

char nom::TextInputEvent::text[MAX_TEXT_INPUT_LENGTH]

The text input.

Definition at line 415 of file Event.hpp.

◆ window_id

uint32 nom::TextInputEvent::window_id

The identifier of the window at the moment of the event.

Definition at line 418 of file Event.hpp.


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