The coordinate of a touch, used in a touch event
The x value of the touch coordinate
Required, float 0 - 10000
@property (nonatomic, strong) NSNumber<SDLFloat> *_Nonnull x;
var x: NSNumber & SDLFloat { get set }
The y value of the touch coordinate
Required, float 0 - 10000
@property (nonatomic, strong) NSNumber<SDLFloat> *_Nonnull y;
var y: NSNumber & SDLFloat { get set }