GameClient.Input.Input Keys Down Return
From VbGORE Visual Basic Online RPG Engine
Contents |
Purpose
Handles return or enter being pressed from Input_Keys_Down. This is just to move a lot of the code away from the Input_Keys_Down routine.
Parameters
None
Special notes
The primary things handled in this routine are return being pressed on the amount window (handled differently depending on what the amount is for), on writing mail (sends the message to the server), and on the chat screen (which is forwarded to Input_HandleCommands).