unecht ~master (2017-06-11T11:53:32Z)
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