Playmaker Forum

PlayMaker Help & Tips => PlayMaker Help => Topic started by: hishanth on February 07, 2021, 09:52:33 AM

Title: Is there any action to check key pressed status?
Post by: hishanth 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.
Title: Re: Is there any action to check key pressed status?
Post by: Alex Chouls on February 07, 2021, 07:04:03 PM
Get Key (https://hutonggames.fogbugz.com/f/page?W348) should do what you want.