31 #ifndef Pt_Forms_TouchEvent_h
32 #define Pt_Forms_TouchEvent_h
34 #include <Pt/Forms/Api.h>
35 #include <Pt/Forms/Widget.h>
36 #include <Pt/Gfx/Point.h>
198 return _action == Move;
212 return _action == Move || _action == Press;
219 return _action == Press;
233 return _action == Release;
Core module.
Definition: Allocator.h:33
Point with floating-point X and Y coordinates.
Definition: Point.h:47
uint_type uint32_t
Unsigned 32-bit integer type.
Definition: Api-Types.h:48
uint_type uint64_t
Unsigned 64-bit integer type.
Definition: Api-Types.h:62