DDControllerTouchpad

class DDControllerTouchpad: NSObject

A Daydream View controller touch pad.

  • Set this closure if you want to be notified when the point on the touch pad changes.

    Declaration

    Swift

    public var pointChangedHandler: DDControllerTouchpadPointChangedHandler?
  • The current point being tapped on the touch pad.

    Declaration

    Swift

    public var point: CGPoint
  • The button underneath the touch pad on the Daydream View controller.

    Declaration

    Swift

    private(set) var button: DDControllerButton
  • Undocumented

    Declaration

    Swift

    class DDControllerTouchpad: NSObject