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
Under conrod_piston backend, some actions are made only once and do not continue while certain key is still pressed
Here is a short list:
1.) Holding the backspace key
2.) holding arrow keys to navigate within the text
3.) holding Enter key to add new lines into the text(this issue is present only for TextEdit widget)
I exposed this issue in following pull request: #1432
The text was updated successfully, but these errors were encountered:
Under conrod_piston backend, some actions are made only once and do not continue while certain key is still pressed
Here is a short list:
1.) Holding the backspace key
2.) holding arrow keys to navigate within the text
3.) holding Enter key to add new lines into the text(this issue is present only for TextEdit widget)
I exposed this issue in following pull request: #1432
The text was updated successfully, but these errors were encountered: