local button = {} button.PAD_UP = 87 -- Key: W button.PAD_DOWN = 83 -- Key: S button.PAD_LEFT = 65 -- Key: A button.PAD_RIGHT = 68 -- Key: D button.A = 76 -- Key: L button.B = 80 -- Key: P button.X = 75 -- Key: K button.Y = 79 -- Key: O return button