* Get touch point identifier for given index */
| 34 | * Get touch point identifier for given index |
| 35 | */ |
| 36 | RLCPP_MAYBEUNUSED RLCPPAPI inline int GetPointId(int index) { |
| 37 | return ::GetTouchPointId(index); |
| 38 | } |
| 39 | |
| 40 | /** |
| 41 | * Get number of touch points |
nothing calls this directly
no outgoing calls
no test coverage detected