Crate playdate_menu

Crate playdate_menu 

Source

Modules§

api
error
kind

Structs§

MenuItem

Traits§

SystemMenu

Functions§

remove_all_menu_items
Removes all custom menu items from the system menu.
remove_all_menu_items_with
Removes all custom menu items from the system menu.
set_menu_image
A game can optionally provide an image to be displayed alongside the system menu. bitmap must be a 400x240 LCDBitmap. All important content should be in the left half of the image in an area 200 pixels wide, as the menu will obscure the rest. The right side of the image will be visible briefly as the menu animates in and out.
set_menu_image_with
A game can optionally provide an image to be displayed alongside the system menu. bitmap must be a 400x240 LCDBitmap. All important content should be in the left half of the image in an area 200 pixels wide, as the menu will obscure the rest. The right side of the image will be visible briefly as the menu animates in and out.

Type Aliases§

CheckMenuItem
OptionsMenuItem
SimpleMenuItem