---
title: NSMouseExited
framework: appkit
role: symbol
role_heading: Global Variable
path: appkit/nsmouseexited
---

# NSMouseExited

A mouse-exited event.

## Declaration

```occ
static const NSEventType NSMouseExited;
```

## See Also

### Deprecated

- [NSLeftMouseDown](appkit/nsleftmousedown.md)
- [NSLeftMouseUp](appkit/nsleftmouseup.md)
- [NSRightMouseDown](appkit/nsrightmousedown.md)
- [NSRightMouseUp](appkit/nsrightmouseup.md)
- [NSOtherMouseDown](appkit/nsothermousedown.md)
- [NSOtherMouseUp](appkit/nsothermouseup.md)
- [NSMouseMoved](appkit/nsmousemoved.md)
- [NSLeftMouseDragged](appkit/nsleftmousedragged.md)
- [NSRightMouseDragged](appkit/nsrightmousedragged.md)
- [NSOtherMouseDragged](appkit/nsothermousedragged.md)
- [NSMouseEntered](appkit/nsmouseentered.md)
- [NSCursorUpdate](appkit/nscursorupdate.md)
- [NSKeyDown](appkit/nskeydown.md)
- [NSKeyUp](appkit/nskeyup.md)
- [NSFlagsChanged](appkit/nsflagschanged.md)
