ReaImDown Posted November 30, 2007 Posted November 30, 2007 what is the fastest way to check to see once a key is RELEASED on the computer and, no...its not a keylogger, keyloggers use _ispressed(....) [u][font="Century Gothic"]~я α и d γ ĵ . ċ . ѕ қ ϊ и и ε я~- My Programs -auto shutdownSleep funcdisallow programs[/font][/u]
Paulie Posted November 30, 2007 Posted November 30, 2007 what is the fastest way to check to see once a key is RELEASED on the computer and, no...its not a keylogger, keyloggers use _ispressed(....)You would pretty much be using _Ispressed() If _Ispressed(key) then While _Ispressed(key) Sleep(100) WEnd Msgbox(0, "INFO", "Key has been released") Endif
ReaImDown Posted November 30, 2007 Author Posted November 30, 2007 (edited) You would pretty much be using _Ispressed() If _Ispressed(key) then While _Ispressed(key) Sleep(100) WEnd Msgbox(0, "INFO", "Key has been released") Endifuseful, but, I wanted it to return 10 keys released, and if I run my finger along the top row "qwertyuiop" 1/2 wont be reconized Edited November 30, 2007 by ReaImDown [u][font="Century Gothic"]~я α и d γ ĵ . ċ . ѕ қ ϊ и и ε я~- My Programs -auto shutdownSleep funcdisallow programs[/font][/u]
Paulie Posted November 30, 2007 Posted November 30, 2007 (edited) useful, but, I wanted it to return 10 keys released, and if I run my finger along the top row "qwertyuiop" 1/2 wont be reconizedReduce the sleep. Edited November 30, 2007 by Paulie
ReaImDown Posted December 1, 2007 Author Posted December 1, 2007 Reduce the sleep.Touche [u][font="Century Gothic"]~я α и d γ ĵ . ċ . ѕ қ ϊ и и ε я~- My Programs -auto shutdownSleep funcdisallow programs[/font][/u]
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