Struct spectra::bootstrap::FreeflyHandler [] [src]

pub struct FreeflyHandler { /* fields omitted */ }

Freefly handler.

This handler is very neat as it provides freefly interaction.

Methods

impl FreeflyHandler
[src]

Trait Implementations

impl EventHandler for FreeflyHandler
[src]

Implement this function if you want to react to key strokes.

Implement this function if you want to react to mouse button events.

Implement this function if you want to react to cursor moves.

Implement this function if you want to react to scroll events.

Implement this function if you want to react to size events.