cu_mouse_toggle method

void cu_mouse_toggle(
  1. int down,
  2. int button
)

Implementation

void cu_mouse_toggle(
  int down,
  int button,
) {
  return _cu_mouse_toggle(
    down,
    button,
  );
}