Type Alias arcdps::callbacks::WndProcCallback

source ยท
pub type WndProcCallback = fn(key: usize, key_down: bool, prev_key_down: bool) -> bool;