des ~master (2021-12-19T09:15:35.5306905)
Dub
Repo
MainWindow
window
Undocumented in source.
class
MainWindow : DesWindow {
protected
MCamera
cam
;
protected
Sphere
obj
;
void
prepare
();
void
keyControl
(KeyboardEvent ke);
this
();
}
Constructors
this
this
()
Undocumented in source.
Members
Functions
keyControl
void
keyControl
(KeyboardEvent ke)
Undocumented in source. Be warned that the author may not have intended to support it.
prepare
void
prepare
()
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
cam
MCamera
cam
;
Undocumented in source.
obj
Sphere
obj
;
Undocumented in source.
Meta
Source
See Implementation
window
classes
MainWindow