apeltsi / loitsu

Cross-platform Game Engine written in Rust
MIT License
1 stars 0 forks source link

Keyboard Input System #31

Closed apeltsi closed 7 months ago

apeltsi commented 9 months ago

Basic input accessible in scripting environment. GetKeyDown GetKey GetKeyUp etc.

apeltsi commented 8 months ago

get_key() has now been implemented on the keyboard-input branch. The rest of the functions should be fairly straightforward to implement at some point