ISETouchObjectResult Constants Reference
Declared in | ISTypes.h |
---|
ISETouchObjectResult
@enum Enum used to manage touch event handling results.
Definition
typedef NS_ENUM(NSInteger, ISETouchObjectResult ) {
ISETouchObjectResultConsume,
ISETouchObjectResultNotify,
ISETouchObjectResultConsumeNotify,
ISETouchObjectResultNothing,
};
Constants
ISETouchObjectResultConsume
-
The object consume the event.
Declared In
ISTypes.h
. ISETouchObjectResultNotify
-
The object only notify its delegates.
Declared In
ISTypes.h
. ISETouchObjectResultConsumeNotify
-
The object consume and notify its delegates.
Declared In
ISTypes.h
. ISETouchObjectResultNothing
-
The object do nothing.
Declared In
ISTypes.h
.
Declared In
ISTypes.h