pub type XPLMHandleCursor_f = Option<unsafe extern "C-unwind" fn(inWindowID: XPLMWindowID, x: c_int, y: c_int, inRefcon: *mut c_void) -> XPLMCursorStatus>;

Aliased Type§

enum XPLMHandleCursor_f {
    None,
    Some(unsafe extern "C-unwind" fn(_: *mut c_void, _: i32, _: i32, _: *mut c_void) -> XPLMCursorStatus),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C-unwind" fn(_: *mut c_void, _: i32, _: i32, _: *mut c_void) -> XPLMCursorStatus)

Some value of type T.