pub type XPLMHotKey_f = Option<unsafe extern "C" fn(inRefcon: *mut c_void)>;Expand description
XPLMHotKey_f
Your hot key callback simply takes a pointer of your choosing.
Aliased Type§
pub enum XPLMHotKey_f {
None,
Some(unsafe extern "C" fn(*mut c_void)),
}