numworks / epsilon-sample-app-rust

A sample Rust app for the NumWorks graphing calculator
BSD 3-Clause "New" or "Revised" License
50 stars 11 forks source link

add safe bindings for eadk_event_get and eadk_keyboard_scan #17

Open dyc3 opened 1 year ago

dyc3 commented 1 year ago

This adds a couple of enums with some helper functions for handling output from keyboard scan and input events.

fixes #6

Maintainers: If you approve this PR, I would greatly appreciate it if you could add the hacktoberfest-accepted label so it counts toward my hacktoberfest PRs.