unecht ~imgbot (2022-04-08T11:33:38.7163448)
Dub
Repo
UEWindow
unecht
core
window
interface
UEWindow {
bool
isCursorPosInside
(float x, float y);
bool
isRetina
[@property getter];
bool
shouldClose
[@property getter];
UESize
windowSize
[@property getter];
UESize
framebufferSize
[@property getter];
void
wrapAroundCursorPos
(float x, float y);
void
*
windowPtr
();
}
Members
Functions
isCursorPosInside
bool
isCursorPosInside
(float x, float y)
windowPtr
void
*
windowPtr
()
wrapAroundCursorPos
void
wrapAroundCursorPos
(float x, float y)
Properties
framebufferSize
UESize
framebufferSize
[@property getter]
isRetina
bool
isRetina
[@property getter]
shouldClose
bool
shouldClose
[@property getter]
windowSize
UESize
windowSize
[@property getter]
Meta
Source
See Implementation
unecht
core
window
interfaces
UEWindow