development library

Used when developing extensions to the Wriggle engine.

Classes

AudioAdapter
Audio adapter.
AudioAdapterNull
Audio adapter placeholder that does nothing.
DialogSurface
Facilitates popup dialogs. Used internally (not for public use).
GamepadAdapter
Terminal interface.
TerminalAdapter
Terminal interface.

Extensions

AnsiColorExtension on Color
Extension for Color intended for use in a context with dart:io.
KeyInputTerminal on KeyInput
Terminal KeyInput extension.

Properties

defaultAudioAdapter AudioAdapter
Gets audio adapter.
getter/setter pair
defaultGamepadAdapter GamepadAdapter
Gets gamepad adapter.
getter/setter pair
defaultTerminalAdapter TerminalAdapter
Gets terminal adapter for your platform.
final

Typedefs

GamepadAnalogueEvent = ({double leftStickX, double leftStickY, double leftTrigger, double rightStickX, double rightStickY, double rightTrigger})
Events containing analogue input data from a gamepad.