tom13 Posted April 2, 2009 Posted April 2, 2009 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
Bert Posted April 2, 2009 Posted April 2, 2009 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 The Vollatran project My blog: http://www.vollysinterestingshit.com/
tom13 Posted April 2, 2009 Author Posted April 2, 2009 Use _ispressed to check to see if a button is held down. If it is, then block input will wait until you release the keyYeah, but I'd need to check for all buttons... the list seems uncomplete in the help file.
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now