public final class XinputProvider extends AbstractPenProvider
| Modifier and Type | Class and Description |
|---|---|
static class |
XinputProvider.Constructor |
AbstractPenProvider.AbstractConstructorPenProvider.ConstructionExceptiondevices| Modifier and Type | Method and Description |
|---|---|
void |
penManagerPaused(boolean paused)
Called by the
PenManager to notify that all the PenDevices owned by this PenProvider must start/stop sending events. |
getConstructor, getDevices, getPenManager, getUseRelativeLocationFilter, toStringpublic void penManagerPaused(boolean paused)
PenProviderPenManager to notify that all the PenDevices 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.