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

Function GetDelta

include/Mouse.hpp:69–71  ·  view source on GitHub ↗

* Get mouse delta between frames */

Source from the content-addressed store, hash-verified

67 * Get mouse delta between frames
68 */
69RLCPP_MAYBEUNUSED RLCPPAPI inline Vector2 GetDelta() {
70 return ::GetMouseDelta();
71}
72
73RLCPP_MAYBEUNUSED RLCPPAPI inline void SetOffset(int offsetX = 0, int offsetY = 0) {
74 ::SetMouseOffset(offsetX, offsetY);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected