static bool isAvailable()
Checks if a Bluetooth MIDI pairing dialogue is available on this platform.
static bool open(ModalComponentManager::Callback *exitCallback=nullptr, Rectangle< int > *btWindowBounds=nullptr)
Opens the Bluetooth MIDI pairing dialogue, if it is available.
Receives callbacks when a modal component is dismissed.
Manages a rectangle and allows geometric operations to be performed on it.
Type unalignedPointerCast(void *ptr) noexcept
Casts a pointer to another type via void*, which suppresses the cast-align warning which sometimes ar...