arsa  2.7
Public Attributes | List of all members
SDL_TextEditingEvent Struct Reference

Keyboard text editing event structure (event.edit.*) More...

#include <SDL_events.h>

Public Attributes

Uint32 type
 
Uint32 timestamp
 
Uint32 windowID
 
char text [SDL_TEXTEDITINGEVENT_TEXT_SIZE]
 
Sint32 start
 
Sint32 length
 

Detailed Description

Keyboard text editing event structure (event.edit.*)

Definition at line 227 of file SDL_events.h.

Member Data Documentation

◆ length

Sint32 SDL_TextEditingEvent::length

The length of selected editing text

Definition at line 234 of file SDL_events.h.

◆ start

Sint32 SDL_TextEditingEvent::start

The start cursor of selected editing text

Definition at line 233 of file SDL_events.h.

◆ text

char SDL_TextEditingEvent::text[SDL_TEXTEDITINGEVENT_TEXT_SIZE]

The editing text

Definition at line 232 of file SDL_events.h.

◆ timestamp

Uint32 SDL_TextEditingEvent::timestamp

In milliseconds, populated using SDL_GetTicks()

Definition at line 230 of file SDL_events.h.

◆ type

Uint32 SDL_TextEditingEvent::type

SDL_TEXTEDITING

Definition at line 229 of file SDL_events.h.

◆ windowID

Uint32 SDL_TextEditingEvent::windowID

The window with keyboard focus, if any

Definition at line 231 of file SDL_events.h.


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