hello all
im seeking help on converting two lines of c++ codes into its windows assembly counter parts
any help is greatly appreciated
Thanks in advanceCode:GetKeyboardState((LPBYTE)&keyState); if( (bState && !(keyState[VK_CAPITAL] & 1)) || (!bState && (keyState[VK_CAPITAL] & 1)) )




Reply With Quote