Inherits from PXDisplayObject : PXEventDispatcher : NSObject
Declared in PXInteractiveObject.h
PXInteractiveObject.m

Overview

A PXInteractiveObject is the abstract base class for all PXDisplayObjects that can recieve user interaction events.

Tasks

Properties

captureTouches

Specifies whether the object captures touch events.

@property (nonatomic) BOOL captureTouches

Declared In

PXInteractiveObject.h

touchEnabled

Specifies whether the object can recieve touch events.

@property (nonatomic) BOOL touchEnabled

Declared In

PXInteractiveObject.h