Kirilllive / tuesday-js

simple web-based, free and open-source visual novel editor that can be used in a web browser. It is written in JavaScript without using any third party libraries and thus does not require additional software installation. The engine uses standard HTML document elements such as div and img. This allows the use of any media format supported by browsers including vector graphics svg, gif animations and css styles.
https://kirilllive.github.io/tuesday-js/
Apache License 2.0
514 stars 62 forks source link

Tuesday JS needs a built-in keyboard input function #26

Open MichaelHinrichs opened 7 months ago

MichaelHinrichs commented 7 months ago

This was tedious to set up, and it doesn't even fully work. image

Kirilllive commented 7 months ago

can you describe problem in more detail? The engine does not have the ability to parse command input from the keyboard.

MichaelHinrichs commented 7 months ago

Yeah, and it should. I shouldn't have to do what i did in the image to make my own onscreen keyboard interface.

MichaelHinrichs commented 7 months ago

keyboard_test.json