Example #1
0
 public static bool BlockInputOff()
 {
     return(Api_User32.BlockInput(false));
 }
Example #2
0
 public static bool BlockInputOn()
 {
     return(Api_User32.BlockInput(true));
 }