Wise&mystical  1.0
Project about Europe
Loading...
Searching...
No Matches
null_platform.h File Reference
#include <dlfcn.h>
#include "posix_time.h"
#include "posix_thread.h"
#include "null_joystick.h"
+ 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)
 

Macro Definition Documentation

◆ _glfw_dlclose

#define _glfw_dlclose (   handle)    dlclose(handle)

Definition at line 48 of file null_platform.h.

◆ _glfw_dlopen

#define _glfw_dlopen (   name)    dlopen(name, RTLD_LAZY | RTLD_LOCAL)

Definition at line 47 of file null_platform.h.

◆ _glfw_dlsym

#define _glfw_dlsym (   handle,
  name 
)    dlsym(handle, name)

Definition at line 49 of file null_platform.h.

◆ _GLFW_PLATFORM_CONTEXT_STATE

#define _GLFW_PLATFORM_CONTEXT_STATE   struct { int dummyContext; }

Definition at line 34 of file null_platform.h.

◆ _GLFW_PLATFORM_CURSOR_STATE

#define _GLFW_PLATFORM_CURSOR_STATE   struct { int dummyCursor; }

Definition at line 35 of file null_platform.h.

◆ _GLFW_PLATFORM_LIBRARY_CONTEXT_STATE

#define _GLFW_PLATFORM_LIBRARY_CONTEXT_STATE   struct { int dummyLibraryContext; }

Definition at line 36 of file null_platform.h.

◆ _GLFW_PLATFORM_LIBRARY_WINDOW_STATE

#define _GLFW_PLATFORM_LIBRARY_WINDOW_STATE   _GLFWlibraryNull null

Definition at line 31 of file null_platform.h.

◆ _GLFW_PLATFORM_MONITOR_STATE

#define _GLFW_PLATFORM_MONITOR_STATE   _GLFWmonitorNull null

Definition at line 32 of file null_platform.h.

◆ _GLFW_PLATFORM_WINDOW_STATE

#define _GLFW_PLATFORM_WINDOW_STATE   _GLFWwindowNull null

Definition at line 30 of file null_platform.h.

Typedef Documentation

◆ _GLFWlibraryNull

◆ _GLFWmonitorNull

◆ _GLFWwindowNull

Function Documentation

◆ _glfwPollMonitorsNull()

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: