User touch object.
More...
#include <touch.hpp>
|
| touch (float x_, float y_, int64_t id_) |
|
|
float | x |
|
float | y |
|
int64_t | id |
|
User touch object.
Coordinate system is normalized to (-1, 1) with center in (0, 0).
Definition at line 19 of file touch.hpp.
◆ touch()
bnb::interfaces::touch::touch |
( |
float | x_, |
|
|
float | y_, |
|
|
int64_t | id_ ) |
|
inline |
Definition at line 24 of file touch.hpp.
27 : x(std::move(x_))
28 , y(std::move(y_))
29 , id(std::move(id_))
30 {}
◆ id
int64_t bnb::interfaces::touch::id |
float bnb::interfaces::touch::x |
float bnb::interfaces::touch::y |
The documentation for this struct was generated from the following file:
- /Users/itumashyk/Workspace/banuba_sdk/libs/types/bnb/types/interfaces/touch.hpp