Struct flo_ui::NullController [] [src]

pub struct NullController {}

A controller that does nothing

Methods

impl NullController
[src]

Trait Implementations

impl Controller for NullController
[src]

[src]

Retrieves a Control representing the UI for this controller

[src]

Attempts to retrieve a sub-controller of this controller

[src]

Retrieves the viewmodel for this controller

[src]

Callback for when a control associated with this controller generates an action

[src]

Retrieves a resource manager containing the images used in the UI for this controller

[src]

Retrieves a resource manager containing the canvases used in the UI for this controller

[src]

Called just before an update is processed Read more

Auto Trait Implementations