What's the Enum.KeyCode for Up Arrow, Down Arrow Right Arrow and Left Arrow?

What’s the Enum.KeyCode for Up Arrow, Down Arrow Right Arrow and Left Arrow?

This is taken from the DevHub:

|Up|273|
|Down|274|
|Right|275|
|Left|276|

1 Like