Jump to content

Recommended Posts

Posted

Hi there,

Sometimes when I use Blockinput(1) while holding down a button the button will still be hold down after using Blockinput(0). Because of this, I want to call a function which will make all pussed down buttons go up before I use Blockinput(1). Is there any way to do this? The Send key list does not seem to show keys such as the ` key.

- Tom

Posted

Use _ispressed to check to see if a button is held down. If it is, then block input will wait until you release the key

Yeah, but I'd need to check for all buttons... the list seems uncomplete in the help file.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...