|
unsigned long | _glfwGetWindowPropertyX11 (Window window, Atom property, Atom type, unsigned char **value) |
|
GLFWbool | _glfwIsVisualTransparentX11 (Visual *visual) |
|
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 numer, int denom) |
|
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 | _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) |
|
void | _glfwPushSelectionToManagerX11 (void) |
|
static void | acquireMonitor (_GLFWwindow *window) |
|
static void | centerCursor (_GLFWwindow *window) |
|
static char * | convertLatin1toUTF8 (const char *source) |
|
static GLFWbool | createNativeWindow (_GLFWwindow *window, const _GLFWwndconfig *wndconfig, Visual *visual, int depth) |
|
static void | disableCursor (_GLFWwindow *window) |
|
static void | enableCursor (_GLFWwindow *window) |
|
static size_t | encodeUTF8 (char *s, unsigned int ch) |
|
static const char * | getSelectionString (Atom selection) |
|
static int | getWindowState (_GLFWwindow *window) |
|
GLFWAPI Display * | glfwGetX11Display (void) |
|
GLFWAPI const char * | glfwGetX11SelectionString (void) |
|
GLFWAPI Window | glfwGetX11Window (GLFWwindow *handle) |
|
GLFWAPI void | glfwSetX11SelectionString (const char *string) |
|
static void | handleSelectionClear (XEvent *event) |
|
static void | handleSelectionRequest (XEvent *event) |
|
static Bool | isFrameExtentsEvent (Display *display, XEvent *event, XPointer pointer) |
|
static Bool | isSelectionEvent (Display *display, XEvent *event, XPointer pointer) |
|
static Bool | isSelPropNewValueNotify (Display *display, XEvent *event, XPointer pointer) |
|
static char ** | parseUriList (char *text, int *count) |
|
static void | processEvent (XEvent *event) |
|
static void | releaseMonitor (_GLFWwindow *window) |
|
static void | sendEventToWM (_GLFWwindow *window, Atom type, long a, long b, long c, long d, long e) |
|
static int | translateKey (int scancode) |
|
static int | translateState (int state) |
|
static void | updateCursorImage (_GLFWwindow *window) |
|
static void | updateNormalHints (_GLFWwindow *window, int width, int height) |
|
static void | updateWindowMode (_GLFWwindow *window) |
|
static GLFWbool | waitForEvent (double *timeout) |
|
static GLFWbool | waitForVisibilityNotify (_GLFWwindow *window) |
|
static Atom | writeTargetToProperty (const XSelectionRequestEvent *request) |
|