playMaker

Author Topic: Is there any action to check key pressed status?  (Read 631 times)

hishanth

  • Playmaker Newbie
  • *
  • Posts: 1
Is there any action to check key pressed status?
« on: February 07, 2021, 09:52:33 AM »
Is there any action that registers if a key is pressed or released?

So I want in "State 6" to check if Left Shift is pressed. If pressed I want it to continue to stillwalk event, if not pressed I want it to go directly to Finished.

The problem with Get Key up is that, it only registers if the key is released in that state.

I want something that checks if Left Shift pressed when entering that state.

Alex Chouls

  • Administrator
  • Hero Member
  • *****
  • Posts: 3987
  • Official Playmaker Support
    • LinkedIn
Re: Is there any action to check key pressed status?
« Reply #1 on: February 07, 2021, 07:04:03 PM »
Get Key should do what you want.