Type Alias flipperzero_sys::NumberInputCallback
source · pub type NumberInputCallback = Option<unsafe extern "C" fn(context: *mut c_void, number: i32)>;Expand description
Callback to be called on save button press
Aliased Type§
enum NumberInputCallback {
None,
Some(unsafe extern "C" fn(_: *mut c_void, _: i32)),
}