Defines spatial for each user control object for video streaming application
Convenience init with all parameters
- (nonnull instancetype)initWithId:(UInt32)id rect:(nonnull SDLRectangle *)rect;
init(id: UInt32, rect: SDLRectangle)
A user control spatial identifier
The position of the haptic rectangle to be highlighted. The center of this rectangle will be “touched” when a press occurs
An SDLHapticRect object
A user control spatial identifier
Required, Integer, 0 - 2,000,000,000
@property (nonatomic, strong) NSNumber<SDLUInt> *_Nonnull id;
var id: NSNumber & SDLUInt { get set }
The position of the haptic rectangle to be highlighted. The center of this rectangle will be “touched” when a press occurs.
Required
@property (nonatomic, strong) SDLRectangle *_Nonnull rect;
var rect: SDLRectangle { get set }