Class Modifiers


  • public class Modifiers
    extends java.lang.Object
    Helper functions for keyboard modifiers.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static int ALT_GRAPH
      The mask for "alt_graph".
      static int CTRL
      The mask for "ctrl".
      static int MASK
      The mask for all used modifiers.
      static int NONE
      The mask for "no modifier".
      static int SHIFT
      The mask for "shift".
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait