_GLFWlibraryX11

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
extern (C) @nogc nothrow __gshared
struct _GLFWlibraryX11 {}

Members

Structs

_Randr
struct _Randr
Undocumented in source.
_Saver
struct _Saver
Undocumented in source.
_Vidmode
struct _Vidmode
Undocumented in source.
_X11xcb
struct _X11xcb
Undocumented in source.
_Xcursor
struct _Xcursor
Undocumented in source.
_Xdnd
struct _Xdnd
Undocumented in source.
_Xi
struct _Xi
Undocumented in source.
_Xinerama
struct _Xinerama
Undocumented in source.
_Xkb
struct _Xkb
Undocumented in source.
_Xrender
struct _Xrender
Undocumented in source.

Variables

ATOM_PAIR
Atom ATOM_PAIR;
Undocumented in source.
CLIPBOARD
Atom CLIPBOARD;
Undocumented in source.
CLIPBOARD_MANAGER
Atom CLIPBOARD_MANAGER;
Undocumented in source.
COMPOUND_STRING
Atom COMPOUND_STRING;
Undocumented in source.
GLFW_SELECTION
Atom GLFW_SELECTION;
Undocumented in source.
INCR
Atom INCR;
Undocumented in source.
MOTIF_WM_HINTS
Atom MOTIF_WM_HINTS;
Undocumented in source.
MULTIPLE
Atom MULTIPLE;
Undocumented in source.
NET_ACTIVE_WINDOW
Atom NET_ACTIVE_WINDOW;
Undocumented in source.
NET_CURRENT_DESKTOP
Atom NET_CURRENT_DESKTOP;
Undocumented in source.
NET_FRAME_EXTENTS
Atom NET_FRAME_EXTENTS;
Undocumented in source.
NET_REQUEST_FRAME_EXTENTS
Atom NET_REQUEST_FRAME_EXTENTS;
Undocumented in source.
NET_SUPPORTED
Atom NET_SUPPORTED;
Undocumented in source.
NET_SUPPORTING_WM_CHECK
Atom NET_SUPPORTING_WM_CHECK;
Undocumented in source.
NET_WM_BYPASS_COMPOSITOR
Atom NET_WM_BYPASS_COMPOSITOR;
Undocumented in source.
NET_WM_CM_Sx
Atom NET_WM_CM_Sx;
Undocumented in source.
NET_WM_FULLSCREEN_MONITORS
Atom NET_WM_FULLSCREEN_MONITORS;
Undocumented in source.
NET_WM_ICON
Atom NET_WM_ICON;
Undocumented in source.
NET_WM_ICON_NAME
Atom NET_WM_ICON_NAME;
Undocumented in source.
NET_WM_NAME
Atom NET_WM_NAME;
Undocumented in source.
NET_WM_PID
Atom NET_WM_PID;
Undocumented in source.
NET_WM_PING
Atom NET_WM_PING;
Undocumented in source.
NET_WM_STATE
Atom NET_WM_STATE;
Undocumented in source.
NET_WM_STATE_ABOVE
Atom NET_WM_STATE_ABOVE;
Undocumented in source.
NET_WM_STATE_DEMANDS_ATTENTION
Atom NET_WM_STATE_DEMANDS_ATTENTION;
Undocumented in source.
NET_WM_STATE_FULLSCREEN
Atom NET_WM_STATE_FULLSCREEN;
Undocumented in source.
NET_WM_STATE_MAXIMIZED_HORZ
Atom NET_WM_STATE_MAXIMIZED_HORZ;
Undocumented in source.
NET_WM_STATE_MAXIMIZED_VERT
Atom NET_WM_STATE_MAXIMIZED_VERT;
Undocumented in source.
NET_WM_WINDOW_OPACITY
Atom NET_WM_WINDOW_OPACITY;
Undocumented in source.
NET_WM_WINDOW_TYPE
Atom NET_WM_WINDOW_TYPE;
Undocumented in source.
NET_WM_WINDOW_TYPE_NORMAL
Atom NET_WM_WINDOW_TYPE_NORMAL;
Undocumented in source.
NET_WORKAREA
Atom NET_WORKAREA;
Undocumented in source.
NULL_
Atom NULL_;
Undocumented in source.
PRIMARY
Atom PRIMARY;
Undocumented in source.
SAVE_TARGETS
Atom SAVE_TARGETS;
Undocumented in source.
TARGETS
Atom TARGETS;
Undocumented in source.
UTF8_STRING
Atom UTF8_STRING;
Undocumented in source.
WM_DELETE_WINDOW
Atom WM_DELETE_WINDOW;
Undocumented in source.
WM_PROTOCOLS
Atom WM_PROTOCOLS;
Undocumented in source.
WM_STATE
Atom WM_STATE;
Undocumented in source.
XdndActionCopy
Atom XdndActionCopy;
Undocumented in source.
XdndAware
Atom XdndAware;
Undocumented in source.
XdndDrop
Atom XdndDrop;
Undocumented in source.
XdndEnter
Atom XdndEnter;
Undocumented in source.
XdndFinished
Atom XdndFinished;
Undocumented in source.
XdndPosition
Atom XdndPosition;
Undocumented in source.
XdndSelection
Atom XdndSelection;
Undocumented in source.
XdndStatus
Atom XdndStatus;
Undocumented in source.
XdndTypeList
Atom XdndTypeList;
Undocumented in source.
clipboardString
char* clipboardString;
Undocumented in source.
contentScaleX
float contentScaleX;
Undocumented in source.
contentScaleY
float contentScaleY;
Undocumented in source.
context
XContext context;
Undocumented in source.
disabledCursorWindow
_GLFWwindow* disabledCursorWindow;
Undocumented in source.
display
Display* display;
Undocumented in source.
errorCode
int errorCode;
Undocumented in source.
helperWindowHandle
Window helperWindowHandle;
Undocumented in source.
hiddenCursorHandle
Cursor hiddenCursorHandle;
Undocumented in source.
im
XIM im;
Undocumented in source.
keycodes
int[256] keycodes;
Undocumented in source.
keynames
char[5][GLFW_KEY_LAST + 1] keynames;
Undocumented in source.
primarySelectionString
char* primarySelectionString;
Undocumented in source.
randr
_Randr randr;
Undocumented in source.
restoreCursorPosX
double restoreCursorPosX;
Undocumented in source.
restoreCursorPosY
double restoreCursorPosY;
Undocumented in source.
root
Window root;
Undocumented in source.
saver
_Saver saver;
Undocumented in source.
scancodes
int[GLFW_KEY_LAST + 1] scancodes;
Undocumented in source.
screen
int screen;
Undocumented in source.
text_uri_list
Atom text_uri_list;
Undocumented in source.
vidmode
_Vidmode vidmode;
Undocumented in source.
x11xcb
_X11xcb x11xcb;
Undocumented in source.
xcursor
_Xcursor xcursor;
Undocumented in source.
xdnd
_Xdnd xdnd;
Undocumented in source.
xi
_Xi xi;
Undocumented in source.
xinerama
_Xinerama xinerama;
Undocumented in source.
xkb
_Xkb xkb;
Undocumented in source.
xrender
_Xrender xrender;
Undocumented in source.

Meta