* Get number of touch points */
| 41 | * Get number of touch points |
| 42 | */ |
| 43 | RLCPP_MAYBEUNUSED RLCPPAPI inline int GetPointCount() { |
| 44 | return ::GetTouchPointCount(); |
| 45 | } |
| 46 | } // namespace Touch |
| 47 | } // namespace raylib |
| 48 |
nothing calls this directly
no outgoing calls
no test coverage detected