InputPlugin

Undocumented in source.

Members

Functions

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.

Mixins

__anonymous
mixin IdAndSemverFrom!"voxelman.input.plugininfo"
Undocumented in source.

Variables

guiPlugin
GuiPlugin guiPlugin;
Undocumented in source.
keyBindingsMan
KeyBindingManager keyBindingsMan;
Undocumented in source.

Meta