public final class XinputProvider extends AbstractPenProvider
Modifier and Type | Class and Description |
---|---|
static class |
XinputProvider.Constructor |
AbstractPenProvider.AbstractConstructor
PenProvider.ConstructionException
devices
Modifier and Type | Method and Description |
---|---|
void |
penManagerPaused(boolean paused)
Called by the
PenManager to notify that all the PenDevice s owned by this PenProvider must start/stop sending events. |
getConstructor, getDevices, getPenManager, getUseRelativeLocationFilter, toString
public void penManagerPaused(boolean paused)
PenProvider
PenManager
to notify that all the PenDevice
s owned by this PenProvider
must start/stop sending events.paused
- If true
then the devices must stop sending events. If false
then the devices must start sending events.