Prominent notice in DataHandler.m.
[MacTF.git] / Event.h
blob936316c3175fe438a10d3855c6bbe1530fa07a13
1 @interface NSEvent (ModifierKeys)
2 + (BOOL) isControlKeyDown;
3 + (BOOL) isOptionKeyDown;
4 + (BOOL) isCommandKeyDown;
5 + (BOOL) isShiftKeyDown;
6 @end