STM32F413H-Discovery
TS_GestureIdTypeDef
is only used within STM32F413H-Discovery.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Values
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
STM32 Libraries and Samples
STM32F413H-Discovery
TS_GestureIdTypeDef
TS_GestureIdTypeDef enum
Syntax
Show:
Summary
Declaration
from
stm32f413h_discovery_ts.h:118
enum
{
GEST_ID_NO_GESTURE
=
0x00
,
GEST_ID_MOVE_UP
=
0x01
,
GEST_ID_MOVE_RIGHT
=
0x02
,
GEST_ID_MOVE_DOWN
=
0x03
,
GEST_ID_MOVE_LEFT
=
0x04
,
GEST_ID_ZOOM_IN
=
0x05
,
GEST_ID_ZOOM_OUT
=
0x06
,
GEST_ID_NB_MAX
=
0x07
}
;
Values
Value
Declared as
Description
TS_GestureIdTypeDef::GEST_ID_NO_GESTURE
=
0x00
Gesture not defined / recognized.
TS_GestureIdTypeDef::GEST_ID_MOVE_UP
=
0x01
Gesture Move Up.
TS_GestureIdTypeDef::GEST_ID_MOVE_RIGHT
=
0x02
Gesture Move Right.
TS_GestureIdTypeDef::GEST_ID_MOVE_DOWN
=
0x03
Gesture Move Down.
TS_GestureIdTypeDef::GEST_ID_MOVE_LEFT
=
0x04
Gesture Move Left.
TS_GestureIdTypeDef::GEST_ID_ZOOM_IN
=
0x05
Gesture Zoom In.
TS_GestureIdTypeDef::GEST_ID_ZOOM_OUT
=
0x06
Gesture Zoom Out.
TS_GestureIdTypeDef::GEST_ID_NB_MAX
=
0x07
max number of gesture id.
Examples
References
from
examples
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out