pub trait SystemMenu<Api: Api + Copy> {
// Required method
fn remove_all_menu_items(&self);
}Required Methods§
Removes all custom menu items from the system menu.
Equivalent to sys::ffi::playdate_sys::removeAllMenuItems
pub trait SystemMenu<Api: Api + Copy> {
// Required method
fn remove_all_menu_items(&self);
}Removes all custom menu items from the system menu.
Equivalent to sys::ffi::playdate_sys::removeAllMenuItems