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()
269 static void sdl_grab_end(struct sdl2_console *scon) in sdl_grab_end()
278 static void absolute_mouse_grab(struct sdl2_console *scon) in absolute_mouse_grab()
306 static void sdl_send_mouse_event(struct sdl2_console *scon, int dx, int dy, in sdl_send_mouse_event()
343 static void toggle_full_screen(struct sdl2_console *scon) in toggle_full_screen()
374 static void *sdl2_win32_get_hwnd(struct sdl2_console *scon) in sdl2_win32_get_hwnd()
390 struct sdl2_console *scon = get_scon_from_window(ev->key.windowID); in handle_keydown() local
476 struct sdl2_console *scon = get_scon_from_window(ev->key.windowID); in handle_keyup() local
488 struct sdl2_console *scon = get_scon_from_window(ev->text.windowID); in handle_textinput() local
503 struct sdl2_console *scon = get_scon_from_window(ev->motion.windowID); in handle_mousemotion() local
535 struct sdl2_console *scon = get_scon_from_window(ev->button.windowID); in handle_mousebutton() local
559 struct sdl2_console *scon = get_scon_from_window(ev->wheel.windowID); in handle_mousewheel() local
587 struct sdl2_console *scon = get_scon_from_window(ev->window.windowID); in handle_windowevent() local
664 void sdl2_poll_events(struct sdl2_console *scon) in sdl2_poll_events()
735 struct sdl2_console *scon = container_of(dcl, struct sdl2_console, dcl); in sdl_mouse_warp() local