@FunctionalInterface
public interface ControllersListener
API.addControllersListener()
. Immediately after the controllers were probed
for data, that object's controllersProbed
method will be invoked.Modifier and Type | Method and Description |
---|---|
void |
controllersProbed()
Invoked immediately after the controllers were probed for data, just
before the probed data is exposed to the machine.
|
void controllersProbed()
API
controller modifiers are called prior to this listener,
the changes will actually be delayed and they will be applied as if the
modifiers were called within this listener.readGamepad
,
writeGamepad
,
isZapperTrigger
,
setZapperTrigger
,
getZapperX
,
setZapperX
,
getZapperY
,
setZapperY
Copyright © 2017 nintaco.com
Nintaco is free software; you can redistribute it and/or modify it under the terms of LGPLv2.1.