[][src]Module spectrusty::peripherals::joystick

A joystick communication interface and emulators of various joysticks.

Modules

cursor

Cursor Joystick implementation.

fuller

Fuller Joystick implementation.

kempston

Kempston Joystick implementation.

sinclair

Sinclair Left and Right Joysticks' implementation.

Structs

Directions

Flags for reading and writing the current stick direction.

NullJoystickDevice

The joystick device that can be used as a placeholder type.

Enums

JoyDirection

An enum for specifying one of 8 possible joystick's directional positions and a center (neutral) state.

Traits

JoystickDevice

A joystick device interface for the joystick bus device implementations.

JoystickInterface

An interface for providing user input data for a JoystickDevice implementation.