Suggestion
It would be cool if it was possible to create a component in Reactor that can take keyboard focus and handle keyboard events (KeyEvent and CharacterEvent). This allows creating custom input components, such as a text editor or terminal.
I am building a terminal emulator and would like to have a custom rendered component with mouse and keyboard handling. The user would input into it so character input is important. Most of this already works today (rendering via canvas and mouse), but support for custom keyboard handling/focusing seems to be lacking right now.
PS. MouseWheel event would also be great for this
Suggestion
It would be cool if it was possible to create a component in Reactor that can take keyboard focus and handle keyboard events (KeyEvent and CharacterEvent). This allows creating custom input components, such as a text editor or terminal.
I am building a terminal emulator and would like to have a custom rendered component with mouse and keyboard handling. The user would input into it so character input is important. Most of this already works today (rendering via canvas and mouse), but support for custom keyboard handling/focusing seems to be lacking right now.
PS. MouseWheel event would also be great for this