RGFW
A multi-platform single-header very simple-to-use framework library for creating GUI Libraries or simple GUI programs.
Loading...
Searching...
No Matches
Public Attributes | List of all members
RGFW_window Struct Reference

#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
 

Member Data Documentation

◆ _flags

u32 RGFW_window::_flags

windows flags (for RGFW to check)

◆ _lastMousePoint

RGFW_point RGFW_window::_lastMousePoint

last cusor point (for raw mouse data)

◆ _oldRect

RGFW_rect RGFW_window::_oldRect

rect before fullscreen

◆ event

RGFW_event RGFW_window::event

current event

◆ exitKey

RGFW_key RGFW_window::exitKey

which key RGFW_window_shouldClose checks. Settting this to RGFW_keyNULL disables the feature.

◆ r

RGFW_rect RGFW_window::r

the x, y, w and h of the struct

◆ src

RGFW_window_src RGFW_window::src

src window data

◆ userPtr

void* RGFW_window::userPtr

The documentation for this struct was generated from the following file: