touchgfx::Gestures::DragState is only used within TouchGFX.
 
Symbols
loading...
Files
loading...

touchgfx::Gestures::DragState struct

@struct DragState Gestures.hpp touchgfx/hal/Gestures.hpp Defines the state of a drag. Defines the state of a drag.

Syntax

struct DragState {     DragState() : startX(0),         startY(0),         downX(0),         downY(0),         tickCount(0),         velocityX(0),         velocityY(0),         inProgress(false)     {     }     uint16_t startX;          uint16_t startY;          uint16_t downX;           uint16_t downY;           uint16_t tickCount;       int16_t  velocityX;       int16_t  velocityY;       bool     inProgress;  };

Fields

startX

No summary provided. Read more...

startY

No summary provided. Read more...

downX

No summary provided. Read more...

downY

No summary provided. Read more...

tickCount

No summary provided. Read more...

velocityX

No summary provided. Read more...

velocityY

No summary provided. Read more...

inProgress

No summary provided. Read more...

References

LocationReferrerScopeText
Gestures.hpp:46
struct DragState
Gestures.hpp:146touchgfx::Gestures::dragtouchgfx::Gestures
DragState drag;

Type Use

Variables of touchgfx::Gestures::DragState type
all items filtered out
touchgfx::Gestures::DragState