mirror of
https://github.com/Redot-Engine/redot-engine.git
synced 2025-12-06 15:21:56 -05:00
Clarification about enter keys confusion
Some Languages threat KEY_RETURN and KEY_ENTER keys having the same keycode (eg: Javascript).
Added additional explanation about this issue.
Related to #4595
(cherry picked from commit 92fc3fa536)
This commit is contained in:
committed by
Rémi Verschelde
parent
a04be3e44b
commit
c9716ebd00
@@ -806,10 +806,10 @@
|
||||
Backspace Key
|
||||
</constant>
|
||||
<constant name="KEY_RETURN" value="16777221">
|
||||
Return Key
|
||||
Return Key (On Main Keyboard)
|
||||
</constant>
|
||||
<constant name="KEY_ENTER" value="16777222">
|
||||
Enter Key
|
||||
Enter Key (On Numpad)
|
||||
</constant>
|
||||
<constant name="KEY_INSERT" value="16777223">
|
||||
Insert Key
|
||||
|
||||
Reference in New Issue
Block a user