[][src]Type Definition nuklear_sys::nk_command_custom_callback

type nk_command_custom_callback = Option<unsafe extern "C" fn(canvas: *mut c_void, x: c_short, y: c_short, w: c_ushort, h: c_ushort, callback_data: nk_handle)>;