Delete key behavior (when editing car names)

Summary:
When the delete key is pressed while editing a car name, it acts like a backspace. The convention used in most modern operating systems is to have it act like a reverse backspace. (As in, it deletes the character after the text caret, rather than deleting the character before the text caret.)

Steps to reproduce:

  1. Start a game
  2. Open the car editor
  3. Change the car’s name to ABCD
  4. Click between the ‘B’ and ‘C’
  5. Press delete

Expected result: The ‘C’ character is deleted

Actual result: The ‘B’ character is deleted

Note: The steps above were produced using a standard PC104 layout keyboard. Results may vary on weird laptop keyboards.