- callback
wl_callback* callback;
Undocumented in source.
- currentCursor
_GLFWcursor* currentCursor;
Undocumented in source.
- cursorPosX
double cursorPosX;
Undocumented in source.
- cursorPosY
double cursorPosY;
Undocumented in source.
- decorations
_Decorations decorations;
Undocumented in source.
- height
int height;
Undocumented in source.
- hovered
GLFWbool hovered;
Undocumented in source.
- idleInhibitor
zwp_idle_inhibitor_v1* idleInhibitor;
Undocumented in source.
- maximized
GLFWbool maximized;
Undocumented in source.
- monitors
_GLFWmonitor** monitors;
Undocumented in source.
- monitorsCount
int monitorsCount;
Undocumented in source.
- monitorsSize
int monitorsSize;
Undocumented in source.
- native
wl_egl_window* native;
Undocumented in source.
- pointerLock
_PointerLock pointerLock;
Undocumented in source.
- scale
int scale;
Undocumented in source.
- shellSurface
wl_shell_surface* shellSurface;
Undocumented in source.
- surface
wl_surface* surface;
Undocumented in source.
- title
char* title;
Undocumented in source.
- transparent
GLFWbool transparent;
Undocumented in source.
- visible
GLFWbool visible;
Undocumented in source.
- wasFullscreen
GLFWbool wasFullscreen;
Undocumented in source.
- width
int width;
Undocumented in source.
- xdg
_Xdg xdg;
Undocumented in source.