pixelperfectengine.system.input.interfaces

Undocumented in source.

Public Imports

pixelperfectengine.system.input.types
public import pixelperfectengine.system.input.types;
Undocumented in source.

Members

Interfaces

InputListener
interface InputListener

Listener for keyboard, joystick, etc. events.

MouseListener
interface MouseListener

Called on mouse events

SystemEventListener
interface SystemEventListener

Listener for system events. Controller adding and removal, quiting the application, etc.

TextInputListener
interface TextInputListener

Called on text input events.

Meta