TouchTapEvent
public struct TouchTapEvent<S> : Decodable, Hashable, Locatable where S : Decodable, S : Hashable
Information received about a keyUp
or keyDown
event.
-
This json object contains data that you can set and are stored persistently.
Declaration
Swift
public let settings: S
-
Declaration
Swift
public let controller: ControllerType
-
The coordinates of the action triggered.
Declaration
Swift
public let coordinates: Coordinates?
-
Boolean which is
true
when long tap happenedDeclaration
Swift
public let hold: Bool
-
The array which holds (x, y) coordinates as a position of tap inside of LCD slot associated with action.
Declaration
Swift
public let tapPos: [Int]