Package fr.emn.reactiveinput.system

Interface Summary
StdInputDisabler The interface for all classes that disable standard input.
 

Class Summary
AWTGlassMouseDisabler This class disables standard mouse event handling and hides system cursor in the given Java Frame.
AWTKeyboardDisabler Disables key events for the whole java application.
AWTMouseDisabler This class globally disables mouse event handling and hides system cursor in the given Java Frame.
MyEventQueue  
SystemMouseDisabler Disables the mouse by hiding the system cursor.