haxeui / haxeui-flixel

The Flixel backend of the HaxeUI framework
MIT License
48 stars 15 forks source link

Implement keyboard events for components #33

Closed Starmapo closed 11 months ago

Starmapo commented 11 months ago

This allows components to dispatch KEY_DOWN and KEY_UP events. Tested with HTML5 and C++ on Windows.

Other changes this pull request makes:

Demonstration with the "Todos" example from the component explorer:

https://github.com/haxeui/haxeui-flixel/assets/85134252/6b77ee3f-8c2d-42c7-8ab8-cb73f595b3c1

ianharrigan commented 11 months ago

Thanks!