ApplePressesEvent - UBogun/Xojo-iosLib GitHub Wiki

Inherits from AppleNSEvent
Memory leak check: n/a
Status: complete
Available since iOS 9.1

This is an implementation of UIPressesEvent, a subclass of UIEvent for handling remote button presses.

Constructors

no constructor You receive AppleNSEvent objects from system functions.

Properties

AllPresses As AppleSet (read-only): Returns the state of all physical buttons in the event.

##Methods PressesForGestureRecognizer (Recognizer As AppleGestureRecognizer) As AppleSet: Returns the state of all physical buttons in the event that are associated with a particular gesture recognizer.