![]() |
Wise&mystical
1.0
Project about Europe
|
Include dependency graph for null_platform.h:Go to the source code of this file.
Classes | |
| struct | _GLFWwindowNull |
| struct | _GLFWmonitorNull |
| struct | _GLFWlibraryNull |
Macros | |
| #define | _GLFW_PLATFORM_WINDOW_STATE _GLFWwindowNull null |
| #define | _GLFW_PLATFORM_LIBRARY_WINDOW_STATE _GLFWlibraryNull null |
| #define | _GLFW_PLATFORM_MONITOR_STATE _GLFWmonitorNull null |
| #define | _GLFW_PLATFORM_CONTEXT_STATE struct { int dummyContext; } |
| #define | _GLFW_PLATFORM_CURSOR_STATE struct { int dummyCursor; } |
| #define | _GLFW_PLATFORM_LIBRARY_CONTEXT_STATE struct { int dummyLibraryContext; } |
| #define | _glfw_dlopen(name) dlopen(name, RTLD_LAZY | RTLD_LOCAL) |
| #define | _glfw_dlclose(handle) dlclose(handle) |
| #define | _glfw_dlsym(handle, name) dlsym(handle, name) |
Typedefs | |
| typedef struct _GLFWwindowNull | _GLFWwindowNull |
| typedef struct _GLFWmonitorNull | _GLFWmonitorNull |
| typedef struct _GLFWlibraryNull | _GLFWlibraryNull |
Functions | |
| void | _glfwPollMonitorsNull (void) |
| #define _glfw_dlclose | ( | handle | ) | dlclose(handle) |
Definition at line 48 of file null_platform.h.
| #define _glfw_dlopen | ( | name | ) | dlopen(name, RTLD_LAZY | RTLD_LOCAL) |
Definition at line 47 of file null_platform.h.
| #define _glfw_dlsym | ( | handle, | |
| name | |||
| ) | dlsym(handle, name) |
Definition at line 49 of file null_platform.h.
| #define _GLFW_PLATFORM_CONTEXT_STATE struct { int dummyContext; } |
Definition at line 34 of file null_platform.h.
| #define _GLFW_PLATFORM_CURSOR_STATE struct { int dummyCursor; } |
Definition at line 35 of file null_platform.h.
| #define _GLFW_PLATFORM_LIBRARY_CONTEXT_STATE struct { int dummyLibraryContext; } |
Definition at line 36 of file null_platform.h.
| #define _GLFW_PLATFORM_LIBRARY_WINDOW_STATE _GLFWlibraryNull null |
Definition at line 31 of file null_platform.h.
| #define _GLFW_PLATFORM_MONITOR_STATE _GLFWmonitorNull null |
Definition at line 32 of file null_platform.h.
| #define _GLFW_PLATFORM_WINDOW_STATE _GLFWwindowNull null |
Definition at line 30 of file null_platform.h.
| typedef struct _GLFWlibraryNull _GLFWlibraryNull |
| typedef struct _GLFWmonitorNull _GLFWmonitorNull |
| typedef struct _GLFWwindowNull _GLFWwindowNull |
| void _glfwPollMonitorsNull | ( | void | ) |
Definition at line 54 of file null_monitor.c.
Here is the call graph for this function:
Here is the caller graph for this function: