|
SBgl 0.1.0
A graphics framework in C99
|
Native X11 window state. More...
#include <linux_internal.h>

Data Fields | |
| Display * | display |
| Window | window |
| Atom | wmDeleteMessage |
| sbgl_InputState * | input |
| bool | shouldClose |
| bool | resized |
| bool | focused |
| int | width |
| int | height |
| HINSTANCE | hinstance |
| HWND | hwnd |
| bool | cursorVisible |
| bool | cursorLocked |
| int | accumulatedDeltaX |
| int | accumulatedDeltaY |
| wchar_t | className [256] |
| int sbgl_Window::accumulatedDeltaX |
Definition at line 27 of file win32_internal.h.
| int sbgl_Window::accumulatedDeltaY |
Definition at line 28 of file win32_internal.h.
| wchar_t sbgl_Window::className[256] |
Definition at line 31 of file win32_internal.h.
| bool sbgl_Window::cursorLocked |
Definition at line 22 of file win32_internal.h.
| bool sbgl_Window::cursorVisible |
Definition at line 21 of file win32_internal.h.
| Display* sbgl_Window::display |
Definition at line 51 of file linux_internal.h.
| bool sbgl_Window::focused |
Definition at line 57 of file linux_internal.h.
| int sbgl_Window::height |
Definition at line 58 of file linux_internal.h.
| HINSTANCE sbgl_Window::hinstance |
Definition at line 16 of file win32_internal.h.
| HWND sbgl_Window::hwnd |
Definition at line 17 of file win32_internal.h.
| sbgl_InputState * sbgl_Window::input |
Definition at line 54 of file linux_internal.h.
| bool sbgl_Window::resized |
Definition at line 56 of file linux_internal.h.
| bool sbgl_Window::shouldClose |
Definition at line 55 of file linux_internal.h.
| int sbgl_Window::width |
Definition at line 58 of file linux_internal.h.
| Window sbgl_Window::window |
Definition at line 52 of file linux_internal.h.
| Atom sbgl_Window::wmDeleteMessage |
Definition at line 53 of file linux_internal.h.