- close
void close()
- context
GLFWwindow* context()
Undocumented in source. Be warned that the author may not have intended to support it.
- draw
void draw()
Undocumented in source. Be warned that the author may not have intended to support it.
- events
CoreEvents events()
Undocumented in source. Be warned that the author may not have intended to support it.
- frameBufferSize
Vector2i frameBufferSize()
Windowのframw bufferのサイズを返します.
- initEvents
void initEvents(Application app)
Undocumented in source. Be warned that the author may not have intended to support it.
- name
void name(string str)
Undocumented in source. Be warned that the author may not have intended to support it.
- pixelScreenCoordScale
float pixelScreenCoordScale()
- pollEvents
void pollEvents()
イベントが発生している場合,登録されたイベントを実行します
- renderer
Renderer renderer()
Undocumented in source. Be warned that the author may not have intended to support it.
- select
void select()
Undocumented in source. Be warned that the author may not have intended to support it.
- setup
void setup()
Undocumented in source. Be warned that the author may not have intended to support it.
- size
void size(Vector2i size)
Undocumented in source. Be warned that the author may not have intended to support it.
- size
Vector2i size()
- update
void update()
- verticalSync
void verticalSync(bool f)
GLFWを利用したWindowです.armosではデフォルトでこのclassを元にWindowが生成されます.