Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add arrow key handling, fix Rect and Texture structures #273

Merged
merged 3 commits into from
May 23, 2023

Conversation

ghaerr
Copy link
Contributor

@ghaerr ghaerr commented May 23, 2023

Hi Chris,

This replaces int with int32_t etc in the Rect and Texture structs for the binary CL ABI.
Also adds cursor key handling so the Editor works fine. Function key support could be added but is turned off.
The beginnings of handling UTF-8 input to Unicode for the future is present, but turned off.

Tested on Pi 3 and ready to merge.

Thank you!

@vygr vygr merged commit 9ef7845 into vygr:master May 23, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants