org.mt4j.input.inputSources
Class Win7NativeTouchSource

java.lang.Object
  extended by org.mt4j.input.inputSources.Win7NativeTouchSource

public class Win7NativeTouchSource
extends java.lang.Object

Input source for native Windows 7 WM_TOUCH messages for single/multi-touch.


Constructor Summary
Win7NativeTouchSource(Win7TouchInput win7TouchInputIn)
          Instantiates a new win7 native touch source.
 
Method Summary
 boolean isSuccessfullySetup()
          Checks if is successfully setup.
 void pollEvents()
          Poll events.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Win7NativeTouchSource

public Win7NativeTouchSource(Win7TouchInput win7TouchInputIn)
Instantiates a new win7 native touch source.

Parameters:
win7TouchInputIn - the win7 touch input in
Method Detail

isSuccessfullySetup

public boolean isSuccessfullySetup()
Checks if is successfully setup.

Returns:
true, if is successfully setup

pollEvents

public void pollEvents()
Poll events.