OCRudoku  v1.0
Resolve word grid with ease
Loading...
Searching...
No Matches
ez_text_input Struct Reference

#include <EZ_text_input.h>

Data Fields

EZ_DRAWABLE drawable_text_input
 
EZ_INTERACTIBLE interactible_text_input
 
EZ_textinput_text_display
 
anchore_point textinput_anchore
 
char * inputed_text
 
size_t text_max_length
 
input_type type
 
TTF_Font * text_font
 
SDL_Color text_color
 
int textinput_focused
 
void * textinput_data
 
void(* on_submit_text )(struct ez_text_input *)
 
void(* on_text_focused )(struct ez_text_input *)
 

Field Documentation

◆ drawable_text_input

EZ_DRAWABLE drawable_text_input

◆ input_text_display

EZ_text* input_text_display

◆ inputed_text

char* inputed_text

◆ interactible_text_input

EZ_INTERACTIBLE interactible_text_input

◆ on_submit_text

void(* on_submit_text) (struct ez_text_input *)

◆ on_text_focused

void(* on_text_focused) (struct ez_text_input *)

◆ text_color

SDL_Color text_color

◆ text_font

TTF_Font* text_font

◆ text_max_length

size_t text_max_length

◆ textinput_anchore

anchore_point textinput_anchore

◆ textinput_data

void* textinput_data

◆ textinput_focused

int textinput_focused

◆ type

input_type type

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