bright-gpu-74537
04/02/2023, 4:49 PMicy-zebra-52882
04/02/2023, 4:49 PMbright-gpu-74537
04/02/2023, 4:49 PMicy-zebra-52882
04/02/2023, 4:50 PMicy-zebra-52882
04/02/2023, 4:50 PMicy-zebra-52882
04/02/2023, 5:26 PMinstance.refreshAll()
, but doesn't do anything after the first time (in haxeui-hxwidgets)icy-zebra-52882
04/02/2023, 5:30 PMicy-zebra-52882
04/02/2023, 5:39 PMfew-pizza-8232
04/02/2023, 7:55 PMhaxe/ui/core/Screen.hx:271: WARNING: Screen event "keydown" not supported
haxe/ui/core/Screen.hx:271: WARNING: Screen event "keyup" not supported
haxe/ui/core/Screen.hx:271: WARNING: Screen event "keydown" not supported
Since I've got DCE on and am not using those events in my code, those are coming from haxeui core. As far as I can tell, those are related to
- Pressing "tab" to iterate over selectable components
- Pressing "enter" to submit textfields
- ActionManager
, which I think is supposed to help with keybinding and non-keyboard inputs?
I also ran into similar warnings when trying to set up RMB-driven interaction.
None of these are critical for where I'm at now, but if I were to dig into the Kha backend in an effort to clean up my warnings, is there a good "reference" implementation I could be mimicking for `ScreenImpl`/`KeyboardHelper`/`MouseHelper`?few-pizza-8232
04/02/2023, 8:19 PMambitious-knife-25690
04/02/2023, 8:22 PMfew-pizza-8232
04/02/2023, 8:23 PMambitious-knife-25690
04/02/2023, 8:24 PMambitious-knife-25690
04/02/2023, 8:24 PMambitious-knife-25690
04/02/2023, 8:25 PMfew-pizza-8232
04/02/2023, 8:25 PMfew-pizza-8232
04/02/2023, 8:27 PMfew-pizza-8232
04/02/2023, 8:27 PMbright-gpu-74537
04/02/2023, 8:54 PMfew-pizza-8232
04/02/2023, 8:55 PMbright-gpu-74537
04/02/2023, 8:56 PMbright-gpu-74537
04/02/2023, 8:57 PMbright-gpu-74537
04/02/2023, 8:58 PMfew-pizza-8232
04/02/2023, 8:59 PMbright-gpu-74537
04/02/2023, 8:59 PMfew-pizza-8232
04/02/2023, 9:02 PMComponentImpl
would involve extending that and ScreenImpl.mapEvent()
few-pizza-8232
04/02/2023, 9:04 PMActionManager
intended for keybinding to HaxeUI events? Or did I get the wrong impression from my skim-throughbright-gpu-74537
04/02/2023, 9:04 PMbright-gpu-74537
04/02/2023, 9:05 PMfew-pizza-8232
04/02/2023, 9:05 PM