Modifier and Type | Method and Description |
---|---|
static IMultiTouchInputSource |
MultiTouchInputUtility.getInputSource(com.jme3.input.InputManager inputManager,
int displayWidth,
int displayHeight)
Gets the input source.
|
Modifier and Type | Method and Description |
---|---|
void |
MultiTouchInputComponent.setSource(IMultiTouchInputSource source)
Sets the source.
|
Constructor and Description |
---|
MultiTouchInputComponent(IMultiTouchInputSource source)
Instantiates a new multi touch input component.
|
Modifier and Type | Class and Description |
---|---|
class |
LuminMultiTouchInput
Support for the Lumin multi-touch table.
|
class |
ThreadedLuminMultiTouchInput
Support for the Lumin multi-touch table.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractDirectMultiTouchSimulator
The Class AbstractDirectMultiTouchSimulator.
|
class |
AbstractMultiTouchSimulator
Default implementation of the jME simulator system.
|
Modifier and Type | Class and Description |
---|---|
class |
JMEDirectSimulator
The Class JMEDirectSimulator.
|
Modifier and Type | Class and Description |
---|---|
class |
JMETUIOSimulator
The Class JMETUIOSimulator.
|
Modifier and Type | Class and Description |
---|---|
class |
TUIOMultiTouchInput
Support for tables which use the TUIO protocol.
|
Modifier and Type | Class and Description |
---|---|
class |
Win7TouchInput
Input source for native Windows 7 WM_TOUCH messages for single/multi-touch.
|