18#ifndef gfCParkLensComponenthdr
19#define gfCParkLensComponenthdr
59 fsBool pHandlePinchEvents);
Definition fsCEntity.h:39
Definition fsCUniqueId.h:21
Definition fsIComponent.h:26
fsCEntity *const targetGetDo() override
Definition gfCParkLensComponent.cpp:24
void configure(const fsPoint &pViewportSize, const fsPoint &pContentSize, fsF32 pMinZoom, fsF32 pMaxZoom)
Definition gfCParkLensComponent.cpp:10
friend class fsCComponentFactory
Definition gfCParkLensComponent.h:31
gfCParkLensComponent(fsCEntity *pParent, fsBool pHandleTaps, fsBool pHandleDragEvent, fsBool pHandlePinchEvents)
Definition gfCParkLensComponent.cpp:40
virtual ~gfCParkLensComponent()
Definition gfCParkLensComponent.cpp:46
static const fsCUniqueId mTypeId
Definition gfCParkLensComponent.h:35
fsBool acceptingInputGet() const override
Definition gfCParkLensComponent.h:54
static fsIComponent * create(fsCEntity *pParent)
Definition gfCParkLensComponent.cpp:32
gfILensComponent(fsCEntity *pParent, fsBool pHandleTaps, fsBool pHandleDragEvent, fsBool pHandlePinchEvents)
Definition gfILensComponent.cpp:300
bool fsBool
Definition fsBaseTypes.h:26
float fsF32
Definition fsBaseTypes.h:28