---
title: current
framework: gamecontroller
role: symbol
role_heading: Type Property
path: gamecontroller/gcmouse/current
---

# current

The most recent mouse that the user connects.

## Declaration

```swift
class var current: GCMouse? { get }
```

## See Also

### Handling multiple mouse devices

- [GCMouseDidBecomeCurrent](foundation/nsnotification/name-swift.struct/gcmousedidbecomecurrent.md)
- [GCMouseDidStopBeingCurrent](foundation/nsnotification/name-swift.struct/gcmousedidstopbeingcurrent.md)
