Type Alias kludgine::app::App

source ·
pub type App<WindowEvent = ()> = App<AppEvent<WindowEvent>>;
Expand description

A handle to a running Kludgine application.

Aliased Type§

struct App<WindowEvent = ()> { /* private fields */ }