Nov 25th, 1999, 07:39 PM
The GetKeyState function returns a Integer containing information about the specified key.
For keys such as Caps Lock etc, the first bit (bit 0) of the returned value is true of the key is toggled.
How can I split up the integer in order to correctly read this bit?
Thanks;
Richard Moss
------------------
Richard Moss
ariad@globalnet.co.uk
http://www.users.globalnet.co.uk/~ariad/
For keys such as Caps Lock etc, the first bit (bit 0) of the returned value is true of the key is toggled.
How can I split up the integer in order to correctly read this bit?
Thanks;
Richard Moss
------------------
Richard Moss
ariad@globalnet.co.uk
http://www.users.globalnet.co.uk/~ariad/