diff options
| author | katalx | 2026-01-29 03:27:59 -0500 |
|---|---|---|
| committer | katalx | 2026-01-29 03:27:59 -0500 |
| commit | e55b4d12bb3380e4ba381f364dc06c06fb8fab60 (patch) | |
| tree | 77be55f3801a320ecef1a0b1db1a1b2012656d52 /ui.h | |
| parent | c49f2f94c2303091e736f6f5ddec7631f9151af4 (diff) | |
UiModMask
Diffstat (limited to 'ui.h')
| -rw-r--r-- | ui.h | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -26,8 +26,15 @@ typedef enum { UIK_UNKNOWN } UiKey; +typedef enum { + UIM_ALT, + UIM_SHIFT, + UIM_CTRL, +} UiModMask; + typedef struct { UiKey key; + UiModMask mod; char str[16]; int strn; } UiKeyEvent; |
