0

I would like to store keyboard input as a variable in the class (not the function), that way they're not hardcoded.

if(FlxG.keys.(myKeyVar))

any help is appreciated.

PHaZerous
  • 59
  • 9

1 Answers1

0

Was overlooking this.

FlxG.keys.pressed(myKeyVar);

ugh

PHaZerous
  • 59
  • 9