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

Function GetPointCount

include/Touch.hpp:43–45  ·  view source on GitHub ↗

* Get number of touch points */

Source from the content-addressed store, hash-verified

41 * Get number of touch points
42 */
43RLCPP_MAYBEUNUSED RLCPPAPI inline int GetPointCount() {
44 return ::GetTouchPointCount();
45}
46} // namespace Touch
47} // namespace raylib
48

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected