|
CDC Badge OS
Firmware for the CDC Badge v1.0 hardware security key
|
#include "cdc_views/ConfirmView.h"#include "cdc_views/KeyCodes.h"#include "cdc_views/RenderHelpers.h"#include "cdc_ui/I18n.h"#include "cdc_ui/ViewStack.h"#include "cdc_hal/IDisplay.h"#include <goodisplay/gdey029T94.h>#include <cstring>Go to the source code of this file.
Namespaces | |
| namespace | cdc |
| namespace | cdc::ui |
| Centralized key-code constants for cdc_views. | |
Functions | |
| void | cdc::ui::showConfirm (const char *message, ConfirmView::ConfirmCallback onConfirm, ConfirmView::CancelCallback onCancel, ConfirmView::Icon icon, void *userData) |
| Shows a shared modal confirmation dialog instance. | |
Variables | |
| static ConfirmView | cdc::ui::s_sharedConfirm |
| Convenience helper functions. | |