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

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

#include <Event.hpp>

Public Attributes

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.

Detailed Description

A structure containing information on a text editing event.

Remarks
SDL_TEXTEDITING.

Definition at line 424 of file Event.hpp.

Member Data Documentation

◆ 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: