Functions
null_window.c File Reference
#include "internal.h"
Include dependency graph for null_window.c:

Go to the source code of this file.

Functions

int _glfwPlatformCreateCursor (_GLFWcursor *cursor, const GLFWimage *image, int xhot, int yhot)
 
int _glfwPlatformCreateStandardCursor (_GLFWcursor *cursor, int shape)
 
int _glfwPlatformCreateWindow (_GLFWwindow *window, const _GLFWwndconfig *wndconfig, const _GLFWctxconfig *ctxconfig, const _GLFWfbconfig *fbconfig)
 
VkResult _glfwPlatformCreateWindowSurface (VkInstance instance, _GLFWwindow *window, const VkAllocationCallbacks *allocator, VkSurfaceKHR *surface)
 
void _glfwPlatformDestroyCursor (_GLFWcursor *cursor)
 
void _glfwPlatformDestroyWindow (_GLFWwindow *window)
 
void _glfwPlatformFocusWindow (_GLFWwindow *window)
 
int _glfwPlatformFramebufferTransparent (_GLFWwindow *window)
 
const char * _glfwPlatformGetClipboardString (void)
 
void _glfwPlatformGetCursorPos (_GLFWwindow *window, double *xpos, double *ypos)
 
void _glfwPlatformGetFramebufferSize (_GLFWwindow *window, int *width, int *height)
 
int _glfwPlatformGetKeyScancode (int key)
 
int _glfwPlatformGetPhysicalDevicePresentationSupport (VkInstance instance, VkPhysicalDevice device, uint32_t queuefamily)
 
void _glfwPlatformGetRequiredInstanceExtensions (char **extensions)
 
const char * _glfwPlatformGetScancodeName (int scancode)
 
void _glfwPlatformGetWindowContentScale (_GLFWwindow *window, float *xscale, float *yscale)
 
void _glfwPlatformGetWindowFrameSize (_GLFWwindow *window, int *left, int *top, int *right, int *bottom)
 
float _glfwPlatformGetWindowOpacity (_GLFWwindow *window)
 
void _glfwPlatformGetWindowPos (_GLFWwindow *window, int *xpos, int *ypos)
 
void _glfwPlatformGetWindowSize (_GLFWwindow *window, int *width, int *height)
 
void _glfwPlatformHideWindow (_GLFWwindow *window)
 
void _glfwPlatformIconifyWindow (_GLFWwindow *window)
 
void _glfwPlatformMaximizeWindow (_GLFWwindow *window)
 
void _glfwPlatformPollEvents (void)
 
void _glfwPlatformPostEmptyEvent (void)
 
void _glfwPlatformRequestWindowAttention (_GLFWwindow *window)
 
void _glfwPlatformRestoreWindow (_GLFWwindow *window)
 
void _glfwPlatformSetClipboardString (const char *string)
 
void _glfwPlatformSetCursor (_GLFWwindow *window, _GLFWcursor *cursor)
 
void _glfwPlatformSetCursorMode (_GLFWwindow *window, int mode)
 
void _glfwPlatformSetCursorPos (_GLFWwindow *window, double x, double y)
 
void _glfwPlatformSetWindowAspectRatio (_GLFWwindow *window, int n, int d)
 
void _glfwPlatformSetWindowDecorated (_GLFWwindow *window, GLFWbool enabled)
 
void _glfwPlatformSetWindowFloating (_GLFWwindow *window, GLFWbool enabled)
 
void _glfwPlatformSetWindowIcon (_GLFWwindow *window, int count, const GLFWimage *images)
 
void _glfwPlatformSetWindowMonitor (_GLFWwindow *window, _GLFWmonitor *monitor, int xpos, int ypos, int width, int height, int refreshRate)
 
void _glfwPlatformSetWindowOpacity (_GLFWwindow *window, float opacity)
 
void _glfwPlatformSetWindowPos (_GLFWwindow *window, int xpos, int ypos)
 
void _glfwPlatformSetWindowResizable (_GLFWwindow *window, GLFWbool enabled)
 
void _glfwPlatformSetWindowSize (_GLFWwindow *window, int width, int height)
 
void _glfwPlatformSetWindowSizeLimits (_GLFWwindow *window, int minwidth, int minheight, int maxwidth, int maxheight)
 
void _glfwPlatformSetWindowTitle (_GLFWwindow *window, const char *title)
 
void _glfwPlatformShowWindow (_GLFWwindow *window)
 
void _glfwPlatformUnhideWindow (_GLFWwindow *window)
 
void _glfwPlatformWaitEvents (void)
 
void _glfwPlatformWaitEventsTimeout (double timeout)
 
int _glfwPlatformWindowFocused (_GLFWwindow *window)
 
int _glfwPlatformWindowHovered (_GLFWwindow *window)
 
int _glfwPlatformWindowIconified (_GLFWwindow *window)
 
int _glfwPlatformWindowMaximized (_GLFWwindow *window)
 
int _glfwPlatformWindowVisible (_GLFWwindow *window)
 
static int createNativeWindow (_GLFWwindow *window, const _GLFWwndconfig *wndconfig)
 

Function Documentation

int _glfwPlatformCreateCursor ( _GLFWcursor cursor,
const GLFWimage image,
int  xhot,
int  yhot 
)

Definition at line 263 of file null_window.c.

int _glfwPlatformCreateStandardCursor ( _GLFWcursor cursor,
int  shape 
)

Definition at line 270 of file null_window.c.

int _glfwPlatformCreateWindow ( _GLFWwindow window,
const _GLFWwndconfig wndconfig,
const _GLFWctxconfig ctxconfig,
const _GLFWfbconfig fbconfig 
)

Definition at line 45 of file null_window.c.

VkResult _glfwPlatformCreateWindowSurface ( VkInstance  instance,
_GLFWwindow window,
const VkAllocationCallbacks allocator,
VkSurfaceKHR surface 
)

Definition at line 313 of file null_window.c.

void _glfwPlatformDestroyCursor ( _GLFWcursor cursor)

Definition at line 275 of file null_window.c.

void _glfwPlatformDestroyWindow ( _GLFWwindow window)

Definition at line 73 of file null_window.c.

void _glfwPlatformFocusWindow ( _GLFWwindow window)

Definition at line 216 of file null_window.c.

int _glfwPlatformFramebufferTransparent ( _GLFWwindow window)

Definition at line 173 of file null_window.c.

const char* _glfwPlatformGetClipboardString ( void  )

Definition at line 287 of file null_window.c.

void _glfwPlatformGetCursorPos ( _GLFWwindow window,
double *  xpos,
double *  ypos 
)

Definition at line 251 of file null_window.c.

void _glfwPlatformGetFramebufferSize ( _GLFWwindow window,
int *  width,
int *  height 
)

Definition at line 128 of file null_window.c.

int _glfwPlatformGetKeyScancode ( int  key)

Definition at line 297 of file null_window.c.

int _glfwPlatformGetPhysicalDevicePresentationSupport ( VkInstance  instance,
VkPhysicalDevice  device,
uint32_t  queuefamily 
)

Definition at line 306 of file null_window.c.

void _glfwPlatformGetRequiredInstanceExtensions ( char **  extensions)

Definition at line 302 of file null_window.c.

const char* _glfwPlatformGetScancodeName ( int  scancode)

Definition at line 292 of file null_window.c.

void _glfwPlatformGetWindowContentScale ( _GLFWwindow window,
float *  xscale,
float *  yscale 
)

Definition at line 142 of file null_window.c.

void _glfwPlatformGetWindowFrameSize ( _GLFWwindow window,
int *  left,
int *  top,
int *  right,
int *  bottom 
)

Definition at line 136 of file null_window.c.

float _glfwPlatformGetWindowOpacity ( _GLFWwindow window)

Definition at line 190 of file null_window.c.

void _glfwPlatformGetWindowPos ( _GLFWwindow window,
int *  xpos,
int *  ypos 
)

Definition at line 96 of file null_window.c.

void _glfwPlatformGetWindowSize ( _GLFWwindow window,
int *  width,
int *  height 
)

Definition at line 104 of file null_window.c.

void _glfwPlatformHideWindow ( _GLFWwindow window)

Definition at line 212 of file null_window.c.

void _glfwPlatformIconifyWindow ( _GLFWwindow window)

Definition at line 151 of file null_window.c.

void _glfwPlatformMaximizeWindow ( _GLFWwindow window)

Definition at line 159 of file null_window.c.

void _glfwPlatformPollEvents ( void  )

Definition at line 235 of file null_window.c.

void _glfwPlatformPostEmptyEvent ( void  )

Definition at line 247 of file null_window.c.

void _glfwPlatformRequestWindowAttention ( _GLFWwindow window)

Definition at line 204 of file null_window.c.

void _glfwPlatformRestoreWindow ( _GLFWwindow window)

Definition at line 155 of file null_window.c.

void _glfwPlatformSetClipboardString ( const char *  string)

Definition at line 283 of file null_window.c.

void _glfwPlatformSetCursor ( _GLFWwindow window,
_GLFWcursor cursor 
)

Definition at line 279 of file null_window.c.

void _glfwPlatformSetCursorMode ( _GLFWwindow window,
int  mode 
)

Definition at line 259 of file null_window.c.

void _glfwPlatformSetCursorPos ( _GLFWwindow window,
double  x,
double  y 
)

Definition at line 255 of file null_window.c.

void _glfwPlatformSetWindowAspectRatio ( _GLFWwindow window,
int  n,
int  d 
)

Definition at line 124 of file null_window.c.

void _glfwPlatformSetWindowDecorated ( _GLFWwindow window,
GLFWbool  enabled 
)

Definition at line 182 of file null_window.c.

void _glfwPlatformSetWindowFloating ( _GLFWwindow window,
GLFWbool  enabled 
)

Definition at line 186 of file null_window.c.

void _glfwPlatformSetWindowIcon ( _GLFWwindow window,
int  count,
const GLFWimage images 
)

Definition at line 83 of file null_window.c.

void _glfwPlatformSetWindowMonitor ( _GLFWwindow window,
_GLFWmonitor monitor,
int  xpos,
int  ypos,
int  width,
int  height,
int  refreshRate 
)

Definition at line 88 of file null_window.c.

void _glfwPlatformSetWindowOpacity ( _GLFWwindow window,
float  opacity 
)

Definition at line 195 of file null_window.c.

void _glfwPlatformSetWindowPos ( _GLFWwindow window,
int  xpos,
int  ypos 
)

Definition at line 100 of file null_window.c.

void _glfwPlatformSetWindowResizable ( _GLFWwindow window,
GLFWbool  enabled 
)

Definition at line 178 of file null_window.c.

void _glfwPlatformSetWindowSize ( _GLFWwindow window,
int  width,
int  height 
)

Definition at line 112 of file null_window.c.

void _glfwPlatformSetWindowSizeLimits ( _GLFWwindow window,
int  minwidth,
int  minheight,
int  maxwidth,
int  maxheight 
)

Definition at line 118 of file null_window.c.

void _glfwPlatformSetWindowTitle ( _GLFWwindow window,
const char *  title 
)

Definition at line 79 of file null_window.c.

void _glfwPlatformShowWindow ( _GLFWwindow window)

Definition at line 199 of file null_window.c.

void _glfwPlatformUnhideWindow ( _GLFWwindow window)

Definition at line 208 of file null_window.c.

void _glfwPlatformWaitEvents ( void  )

Definition at line 239 of file null_window.c.

void _glfwPlatformWaitEventsTimeout ( double  timeout)

Definition at line 243 of file null_window.c.

int _glfwPlatformWindowFocused ( _GLFWwindow window)

Definition at line 220 of file null_window.c.

int _glfwPlatformWindowHovered ( _GLFWwindow window)

Definition at line 168 of file null_window.c.

int _glfwPlatformWindowIconified ( _GLFWwindow window)

Definition at line 225 of file null_window.c.

int _glfwPlatformWindowMaximized ( _GLFWwindow window)

Definition at line 163 of file null_window.c.

int _glfwPlatformWindowVisible ( _GLFWwindow window)

Definition at line 230 of file null_window.c.

static int createNativeWindow ( _GLFWwindow window,
const _GLFWwndconfig wndconfig 
)
static

Definition at line 31 of file null_window.c.



librealsense2
Author(s): Sergey Dorodnicov , Doron Hirshberg , Mark Horn , Reagan Lopez , Itay Carpis
autogenerated on Mon May 3 2021 02:50:27