Method keys.gui.isMod
Overload
Returns true
if some modifier keys are pressed.
public static bool isMod(KMod mod = KMod.Shift | KMod.Ctrl | KMod.Alt)
Parameters
mod (KMod)
Return |
Returns
Remarks
By default does not check the Win
key, as it is not used in UI, but you can include it in mod if need.