int MGetKeyboardState (void)

Returns the status of the keyboard modifier keys (Alt, Control, Shift)

Documentation

Returns the status of the keyboard modifier keys (Alt, Control, Shift). The returned integer contains a bit mask of the currently pressed modifier keys. You can test each key by bitwise and-ing the returned value with the following macros (defined in mguidef.h): AltMask, ControlMask, ShiftMask.

alphabetic index hierarchy of classes


MGUI Copyright 1996-2000 Vincenzo Morello

generated by doc++