Banuba SDK
Instance Methods | Class Methods | Properties | List of all members
BNBTouch Class Reference

#import <BNBTouch.h>

Inheritance diagram for BNBTouch:

Instance Methods

(nonnull instancetype) - initWithX:y:id:
 

Class Methods

(nonnull instancetype) + touchWithX:y:id:
 

Properties

float x
 
float y
 
int64_t id
 

Detailed Description

Definition at line 16 of file BNBTouch.h.

Method Documentation

◆ initWithX:y:id:

- (nonnull instancetype) initWithX: (float)  x
y: (float)  y
id: (int64_t)  id 

◆ touchWithX:y:id:

+ (nonnull instancetype) touchWithX: (float)  x
y: (float)  y
id: (int64_t)  id 

Property Documentation

◆ id

- (int64_t) id
readnonatomicassign

Definition at line 28 of file BNBTouch.h.

◆ x

- (float) x
readnonatomicassign

Definition at line 24 of file BNBTouch.h.

◆ y

- (float) y
readnonatomicassign

Definition at line 26 of file BNBTouch.h.


The documentation for this class was generated from the following file: