Hotkey Functions

Posts 15 of 5 · Page 1 of 1
Hotkey Functions
What is the difference between
Code:
if(GetAsyncKeyState(VK_DELETE)<0){
and
Code:
if(GetAsyncKeyState(VK_DELETE)&1){
Quote Originally Posted by ipwnuuaal5 View Post
What is the difference between
Code:
if(GetAsyncKeyState(VK_DELETE)<0){
this is the right one
thank me
Quote Originally Posted by speedforyou View Post
this is the right one
thank me
He didnt mean which is right he said whats the difference jackass.
Quote Originally Posted by ipwnuuaal5 View Post
What is the difference between
Code:
if(GetAsyncKeyState(VK_DELETE)<0){
and
Code:
if(GetAsyncKeyState(VK_DELETE)&1){
<0 means its getting pushed Constantly.Non stop.&1 means its only getting pushed once unlike <0 getting pushed multiple times.<0 is used for controllable fly hack and what not.
/Solved
/Closed
Posts 15 of 5 · Page 1 of 1
This thread is closed for replies.

Similar Threads

Tags for this Thread

None

Need help?