![]() |
Doly C++ SDK v1.00
|
Functions | |
| int8_t | init () |
| Initialize the touch controller and start the worker thread. | |
| int8_t | dispose () |
| Stop the worker thread and release resources. | |
| bool | isActive () |
| Check whether the touch controller is active (initialized and running). | |
| bool | isTouched (TouchSide side) |
| Check whether the given side is currently touched. | |
| float | getVersion () |
| Get current library version. | |
| int8_t TouchControl::dispose | ( | ) |
Stop the worker thread and release resources.
| float TouchControl::getVersion | ( | ) |
Get current library version.
Original note: format 0.XYZ (3 digits after major).
| int8_t TouchControl::init | ( | ) |
Initialize the touch controller and start the worker thread.
| bool TouchControl::isActive | ( | ) |
Check whether the touch controller is active (initialized and running).
| bool TouchControl::isTouched | ( | TouchSide | side | ) |
Check whether the given side is currently touched.
| side | Sensor side to query. |