You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 2, 2019. It is now read-only.
First thing, fantastic library :)
Nevertheless, I have an issue:
In text inputs, when backspace key is pressed and then hold down, only character at a time is removed
For reproducing, try typing some long text in the text input then press backspace key without releasing it in nuklear and in your browser / texteditor (for example)
nuklear behavior: only one character removed at a time
browser / text editor behavior: characters removed continuously until the backspace key is released
Fixing that in textbox would be appreciated too
The text was updated successfully, but these errors were encountered:
Which backend are you using? Nuklear itself (i.e. without backends which are not part of the library, but reside in this repository as "demos" to be easily found by potential users) does basically no keyboard handling. So it's up to the backend - feel free to read the code of your backend, adjust it to your needs, make a pull request and I'll happily merge it 😉.
First thing, fantastic library :)
Nevertheless, I have an issue:
In text inputs, when backspace key is pressed and then hold down, only character at a time is removed
For reproducing, try typing some long text in the text input then press backspace key without releasing it in nuklear and in your browser / texteditor (for example)
Fixing that in textbox would be appreciated too
The text was updated successfully, but these errors were encountered: