|
static void | char_callback (GLFWwindow *window, unsigned int codepoint) |
|
static void | char_mods_callback (GLFWwindow *window, unsigned int codepoint, int mods) |
|
static void | cursor_enter_callback (GLFWwindow *window, int entered) |
|
static void | cursor_position_callback (GLFWwindow *window, double x, double y) |
|
static void | drop_callback (GLFWwindow *window, int count, const char **paths) |
|
static void | error_callback (int error, const char *description) |
|
static void | framebuffer_size_callback (GLFWwindow *window, int width, int height) |
|
static const char * | get_action_name (int action) |
|
static const char * | get_button_name (int button) |
|
static const char * | get_character_string (int codepoint) |
|
static const char * | get_key_name (int key) |
|
static const char * | get_mods_name (int mods) |
|
static void | joystick_callback (int jid, int event) |
|
static void | key_callback (GLFWwindow *window, int key, int scancode, int action, int mods) |
|
int | main (int argc, char **argv) |
|
static void | monitor_callback (GLFWmonitor *monitor, int event) |
|
static void | mouse_button_callback (GLFWwindow *window, int button, int action, int mods) |
|
static void | scroll_callback (GLFWwindow *window, double x, double y) |
|
static void | usage (void) |
|
static void | window_close_callback (GLFWwindow *window) |
|
static void | window_content_scale_callback (GLFWwindow *window, float xscale, float yscale) |
|
static void | window_focus_callback (GLFWwindow *window, int focused) |
|
static void | window_iconify_callback (GLFWwindow *window, int iconified) |
|
static void | window_maximize_callback (GLFWwindow *window, int maximized) |
|
static void | window_pos_callback (GLFWwindow *window, int x, int y) |
|
static void | window_refresh_callback (GLFWwindow *window) |
|
static void | window_size_callback (GLFWwindow *window, int width, int height) |
|