PixelPerfectEngine.system.inputHandler

Undocumented in source.

Members

Classes

ForceFeedbackHandler
class ForceFeedbackHandler

Basic Force Feedback implementation.

InputHandler
class InputHandler

Handles the events for the various input devices.

Enums

ButtonState
enum ButtonState
Undocumented in source.
Devicetype
enum Devicetype
Undocumented in source.
JoyModifier
enum JoyModifier
Undocumented in source.
KeyModifier
enum KeyModifier

Standard key modifiers to avoid public SDL imports and to allow alternative library backends.

MouseButton
enum MouseButton
Undocumented in source.
ScanCode
enum ScanCode
Undocumented in source.
TextInputKey
enum TextInputKey
Undocumented in source.
TextInputType
enum TextInputType
Undocumented in source.

Interfaces

AxisListener
interface AxisListener
Undocumented in source.
InputListener
interface InputListener
Undocumented in source.
MouseListener
interface MouseListener
Undocumented in source.
MovementListener
interface MovementListener
Undocumented in source.
SystemEventListener
interface SystemEventListener
Undocumented in source.
TextInputHandler
interface TextInputHandler
Undocumented in source.
TextInputListener
interface TextInputListener
Undocumented in source.

Structs

KeyBinding
struct KeyBinding

Defines a keybinding.

Meta