cu_mouse_drag method

void cu_mouse_drag(
  1. int fromX,
  2. int fromY,
  3. int toX,
  4. int toY,
  5. int button,
)

Implementation

void cu_mouse_drag(
  int fromX,
  int fromY,
  int toX,
  int toY,
  int button,
) {
  return _cu_mouse_drag(
    fromX,
    fromY,
    toX,
    toY,
    button,
  );
}