Contents

GCMouseInput

A controller profile that tracks input from a mouse.

Declaration

class GCMouseInput

Overview

This profile supports a mouse with the following features:

  • A two-axis cursor and scroll

  • A left button

  • An optional right button

  • An optional middle button

  • An optional set of auxiliary buttons

This profile provides only raw mouse movement delta values. For the cursor position at a specific time, use the UIHoverGestureRecognizer class and the NSEvent mouseLocation method.

Topics

Getting Change Information

Accessing Buttons

Scrolling

See Also

Accessing controller profiles