red4ext_rs

Type Alias StateHandler

Source
pub type StateHandler = unsafe extern "C" fn(app: &GameApp);
Expand description

A callback function to be called when a state is entered, updated, or exited.