armos.app.baseapp

Undocumented in source.

Members

Classes

BaseApp
class BaseApp

armosの中心となるクラスです.プロジェクトを作成する際はこのクラスを継承して処理を記述していきます.

Functions

PressKey
void PressKey(BaseApp app, KeyType keyType)
Undocumented in source. Be warned that the author may not have intended to support it.
ReleaseKey
void ReleaseKey(BaseApp app, KeyType keyType)
Undocumented in source. Be warned that the author may not have intended to support it.
initHeldKeys
void initHeldKeys(BaseApp app)
Undocumented in source. Be warned that the author may not have intended to support it.
updateKeys
BaseApp updateKeys(BaseApp app)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta