stillwwater / command_terminal

Unity Command Terminal: In-Game Console
MIT License
445 stars 60 forks source link

Accept input when keypad Enter is pressed #8

Closed bgr closed 5 years ago

bgr commented 6 years ago

Previously, only "regular" Enter key would execute commands. This change enables executing commands by pressing keypad (numpad) Enter, in addition to the regular Enter key.

JimmyCushnie commented 5 years ago

I don't see why this hasn't been merged yet, this is a great and simple change. Though you might want to add a comment to the line noting what the two different events are.