|
OCRudoku
v1.0
Resolve word grid with ease
|
#include <EZ_text_input.h>
Data Fields | |
| EZ_DRAWABLE | drawable_text_input |
| EZ_INTERACTIBLE | interactible_text_input |
| EZ_text * | input_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 *) |
| EZ_DRAWABLE drawable_text_input |
| EZ_text* input_text_display |
| char* inputed_text |
| EZ_INTERACTIBLE interactible_text_input |
| void(* on_submit_text) (struct ez_text_input *) |
| void(* on_text_focused) (struct ez_text_input *) |
| SDL_Color text_color |
| TTF_Font* text_font |
| size_t text_max_length |
| anchore_point textinput_anchore |
| void* textinput_data |
| int textinput_focused |
| input_type type |