Package org.mt4j.input.inputSources

Examples of org.mt4j.input.inputSources.Win7NativeTouchSource


      }
//      */

      //Check if we run windows 7
      if (System.getProperty("os.name").toLowerCase().contains("windows 7")){
        Win7NativeTouchSource win7NativeInput = new Win7NativeTouchSource(app);
        if (win7NativeInput.isSuccessfullySetup()){
          this.registerInputSource(win7NativeInput);
        }
      }
     
      //check which versions it supports and only start there!
View Full Code Here

TOP

Related Classes of org.mt4j.input.inputSources.Win7NativeTouchSource

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.