aurorafw ~legacy (2022-03-26T02:55:31.6847697)
Dub
Repo
Window
aurorafw
gui
window
Undocumented in source.
abstract
class
Window {
static
Window
create
(string name, WindowProperties wp);
import
aurorafw
.
core
.
input
.
manager
;
;
void
pollEvents
(InputManager inmanager);
protected
string
_name
;
protected
WindowProperties
_wp
;
}
Members
Functions
pollEvents
void
pollEvents
(InputManager inmanager)
Undocumented in source.
Static functions
create
Window
create
(string name, WindowProperties wp)
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
_name
string
_name
;
Undocumented in source.
_wp
WindowProperties
_wp
;
Undocumented in source.
Meta
Source
See Implementation
aurorafw
gui
window
classes
Window
structs
WindowProperties