MCPcopy Create free account
hub / github.com/RobLoach/raylib-cpp / GetPointId

Function GetPointId

include/Touch.hpp:36–38  ·  view source on GitHub ↗

* Get touch point identifier for given index */

Source from the content-addressed store, hash-verified

34 * Get touch point identifier for given index
35 */
36RLCPP_MAYBEUNUSED RLCPPAPI inline int GetPointId(int index) {
37 return ::GetTouchPointId(index);
38}
39
40/**
41 * Get number of touch points

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected