按键精灵定义API函数的问题 30
按键精灵定义API函数的问题PrivateDeclareFunctionGetKeyStateLib"user32"(ByValnVirtKeyAsLong)AsInte...
按键精灵定义API函数的问题
Private Declare Function GetKeyState Lib"user32"(ByVal nVirtKey As Long) As Integer
Do
If GetKeyState(32)=-127 or GetKeyState(32)=-128
KeyPress ";", 1
KeyPress "'", 1
Do
Loop Until GetKeyState(32) >= 0
KeyUp "'", 1
KeyUp ";", 1
End If
Loop
上面这段代码,其中=-127 or =-128,它的127和128是什么意思,下面的Loop Until >= 0又是什么意思,如大于等于0是代表不作任何反应的意思吗?
谢谢 展开
Private Declare Function GetKeyState Lib"user32"(ByVal nVirtKey As Long) As Integer
Do
If GetKeyState(32)=-127 or GetKeyState(32)=-128
KeyPress ";", 1
KeyPress "'", 1
Do
Loop Until GetKeyState(32) >= 0
KeyUp "'", 1
KeyUp ";", 1
End If
Loop
上面这段代码,其中=-127 or =-128,它的127和128是什么意思,下面的Loop Until >= 0又是什么意思,如大于等于0是代表不作任何反应的意思吗?
谢谢 展开
1个回答
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询