#include <glad/glad.h>#include <GLFW/glfw3.h>#include <stdio.h>#include <stdlib.h>#include "getopt.h"
Go to the source code of this file.
Macros | |
| #define | MODIFIER GLFW_MOD_CONTROL |
Functions | |
| static void | error_callback (int error, const char *description) |
| static void | key_callback (GLFWwindow *window, int key, int scancode, int action, int mods) |
| int | main (int argc, char **argv) |
| static void | usage (void) |
| #define MODIFIER GLFW_MOD_CONTROL |
Definition at line 41 of file clipboard.c.
|
static |
Definition at line 49 of file clipboard.c.
|
static |
Definition at line 54 of file clipboard.c.
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
Definition at line 89 of file clipboard.c.
Definition at line 44 of file clipboard.c.