Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixes keyboard_string #644

Merged
merged 2 commits into from
Feb 17, 2014
Merged

Fixes keyboard_string #644

merged 2 commits into from
Feb 17, 2014

Conversation

RobertBColton
Copy link
Contributor

Keyboard string is supposed to remove characters when the backspace key is hit, we still support the enter key being a new line which GM does not. If users have a problem with this they can remove it themselves, locally, in their games. I simply check if keyboard_lastkey is hit, which works fine because if it's a char it will be changed anyway, and then remove the last charater. It behaves exactly the same as 8.1 and Studio where the first time it's pressed it will remove one and then when it's held down it goes faster, same with adding characters, behavior is perfectly the same. Please merge when ready.

TheExDeus added a commit that referenced this pull request Feb 17, 2014
@TheExDeus TheExDeus merged commit 8b86d76 into enigma-dev:master Feb 17, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants