![]() |
RGFW
A multi-platform single-header very simple-to-use framework library for creating GUI Libraries or simple GUI programs.
|
#include <RGFW.h>
Public Attributes | |
RGFW_window_src | src |
void * | userPtr |
RGFW_event | event |
RGFW_rect | r |
RGFW_key | exitKey |
RGFW_point | _lastMousePoint |
u32 | _flags |
RGFW_rect | _oldRect |
u32 RGFW_window::_flags |
windows flags (for RGFW to check)
RGFW_point RGFW_window::_lastMousePoint |
last cusor point (for raw mouse data)
RGFW_rect RGFW_window::_oldRect |
rect before fullscreen
RGFW_event RGFW_window::event |
current event
RGFW_key RGFW_window::exitKey |
which key RGFW_window_shouldClose checks. Settting this to RGFW_keyNULL disables the feature.
RGFW_rect RGFW_window::r |
the x, y, w and h of the struct
RGFW_window_src RGFW_window::src |
src window data
void* RGFW_window::userPtr |