scaffolding for arrow-movement functionality

This commit is contained in:
2025-09-01 11:23:45 +01:00
parent 53082315ac
commit a10e56935e
4 changed files with 30 additions and 0 deletions

View File

@@ -7,4 +7,8 @@ struct
| KEY_BACKSPACE
| RESIZE_EVENT of int * int
| WITH_SEARCH_LIST of int vector
| ARROW_LEFT
| ARROW_UP
| ARROW_RIGHT
| ARROW_DOWN
end