- init
void init(IPluginManager pluginman)
Undocumented in source. Be warned that the author may not have intended to support it.
- isKeyPressed
bool isKeyPressed(string keyName)
Undocumented in source. Be warned that the author may not have intended to support it.
- mousePosition
ivec2 mousePosition()
Undocumented in source. Be warned that the author may not have intended to support it.
- mousePosition
ivec2 mousePosition(ivec2 newMousePosition)
Undocumented in source. Be warned that the author may not have intended to support it.
- onKeyPressed
void onKeyPressed(uint keyCode)
Undocumented in source. Be warned that the author may not have intended to support it.
- onKeyReleased
void onKeyReleased(uint keyCode)
Undocumented in source. Be warned that the author may not have intended to support it.
- onMousePressed
void onMousePressed(uint keyCode)
Undocumented in source. Be warned that the author may not have intended to support it.
- onMouseReleased
void onMouseReleased(uint keyCode)
Undocumented in source. Be warned that the author may not have intended to support it.
- postInit
void postInit()
Undocumented in source. Be warned that the author may not have intended to support it.
- registerResourceManagers
void registerResourceManagers(void delegate(IResourceManager) registerRM)
Undocumented in source. Be warned that the author may not have intended to support it.
- registerResources
void registerResources(IResourceManagerRegistry resmanRegistry)
Undocumented in source. Be warned that the author may not have intended to support it.