---
title: KeyboardEventAction
framework: kernel
role: symbol
role_heading: Type Alias
path: kernel/keyboardeventaction
---

# KeyboardEventAction

## Declaration

```occ
typedef void (*KeyboardEventAction)(OSObject *target, unsigned int eventType, unsigned int flags, unsigned int key, unsigned int charCode, unsigned int charSet, unsigned int origCharCode, unsigned int origCharSet, unsigned int keyboardType, bool repeat, AbsoluteTime ts);
```
