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;
Event base that clones, destroys and identifies a derived type T.
Definition Event.h:144
uint_type uint32_t
Unsigned 32-bit integer type.
Definition Api-Types.h:52
uint_type uint64_t
Unsigned 64-bit integer type.
Definition Api-Types.h:66
Core module.
Definition Allocator.h:33