Flipper Developer Docs
Loading...
Searching...
No Matches
widget_element.h
1
6
#pragma once
7
8
#include <
input/input.h
>
9
10
#ifdef __cplusplus
11
extern
"C"
{
12
#endif
13
14
typedef
enum
{
15
GuiButtonTypeLeft,
16
GuiButtonTypeCenter,
17
GuiButtonTypeRight,
18
} GuiButtonType;
19
20
typedef
void (*ButtonCallback)(GuiButtonType result,
InputType
type,
void
* context);
21
22
#ifdef __cplusplus
23
}
24
#endif
input.h
Input: main API.
InputType
InputType
Input Types Some of them are physical events and some logical.
Definition
input.h:21
applications
services
gui
modules
widget_elements
widget_element.h
Generated by
1.12.0