Beispiel #1
0
static bool textfield_handle_event(TextField& textfield, SDL_Event* event) {
	return textfield.handle_event(event);
}