Lines Matching defs:scon
79 void sdl2_window_create(struct sdl2_console *scon) in sdl2_window_create()
126 void sdl2_window_destroy(struct sdl2_console *scon) in sdl2_window_destroy()
144 void sdl2_window_resize(struct sdl2_console *scon) in sdl2_window_resize()
155 static void sdl2_redraw(struct sdl2_console *scon) in sdl2_redraw()
166 static void sdl_update_caption(struct sdl2_console *scon) in sdl_update_caption()
206 static void sdl_hide_cursor(struct sdl2_console *scon) in sdl_hide_cursor()
220 static void sdl_show_cursor(struct sdl2_console *scon) in sdl_show_cursor()
240 static void sdl_grab_start(struct sdl2_console *scon) in sdl_grab_start()
268 static void sdl_grab_end(struct sdl2_console *scon) in sdl_grab_end()
276 static void absolute_mouse_grab(struct sdl2_console *scon) in absolute_mouse_grab()
304 static void sdl_send_mouse_event(struct sdl2_console *scon, int dx, int dy, in sdl_send_mouse_event()
341 static void toggle_full_screen(struct sdl2_console *scon) in toggle_full_screen()
375 struct sdl2_console *scon = get_scon_from_window(ev->key.windowID); in handle_keydown() local
463 struct sdl2_console *scon = get_scon_from_window(ev->key.windowID); in handle_keyup() local
475 struct sdl2_console *scon = get_scon_from_window(ev->text.windowID); in handle_textinput() local
490 struct sdl2_console *scon = get_scon_from_window(ev->motion.windowID); in handle_mousemotion() local
527 struct sdl2_console *scon = get_scon_from_window(ev->button.windowID); in handle_mousebutton() local
556 struct sdl2_console *scon = get_scon_from_window(ev->wheel.windowID); in handle_mousewheel() local
584 struct sdl2_console *scon = get_scon_from_window(ev->window.windowID); in handle_windowevent() local
654 void sdl2_poll_events(struct sdl2_console *scon) in sdl2_poll_events()
725 struct sdl2_console *scon = container_of(dcl, struct sdl2_console, dcl); in sdl_mouse_warp() local