Struct nannou::app::Proxy [] [src]

pub struct Proxy { /* fields omitted */ }

A handle to the App that can be shared across threads.

This can be used to "wake up" the App's inner event loop.

Methods

impl Proxy
[src]

[src]

Wake up the application!

This wakes up the App's inner event loop and inserts an Awakened event.