[][src]Module turtle::event

Event handling (mouse, keyboard, controller, touch screen, etc.)

See Event for more information.

Structs

ControllerAxis

Components of a controller axis move event. Not guaranteed consistent across backends.

ControllerButton

Components of a controller button event. Not guaranteed consistent across backends.

Touch

Touch arguments

Enums

Event

Possible events returned from Drawing::poll_event().

Key

Represent a keyboard key. Keycodes follows SDL http://wiki.libsdl.org/SDLKeycodeLookup

MouseButton

Represent a mouse button.