Uses of Interface
fr.emn.reactiveinput.system.StdInputDisabler

Packages that use StdInputDisabler
fr.emn.reactiveinput.system   
 

Uses of StdInputDisabler in fr.emn.reactiveinput.system
 

Classes in fr.emn.reactiveinput.system that implement StdInputDisabler
 class AWTGlassMouseDisabler
          This class disables standard mouse event handling and hides system cursor in the given Java Frame.
 class AWTKeyboardDisabler
          Disables key events for the whole java application.
 class AWTMouseDisabler
          This class globally disables mouse event handling and hides system cursor in the given Java Frame.
 class SystemMouseDisabler
          Disables the mouse by hiding the system cursor.