getMouseDelta function

Vector2 getMouseDelta()

Get mouse delta between frames.

Implementation

Vector2 getMouseDelta() {
  return Vector2.fromRef(library.GetMouseDelta());
}