Returns the status of the keyboard modifier keys (Alt, Control, Shift)
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
generated by doc++