BowlerKernel
Public Member Functions | List of all members
com.neuronrobotics.sdk.addons.gamepad.IGameControlEvent Interface Reference
Inheritance diagram for com.neuronrobotics.sdk.addons.gamepad.IGameControlEvent:
Inheritance graph
[legend]

Public Member Functions

void onEvent (String name, float value)
 

Detailed Description

Definition at line 3 of file IGameControlEvent.java.

Member Function Documentation

◆ onEvent()

void com.neuronrobotics.sdk.addons.gamepad.IGameControlEvent.onEvent ( String  name,
float  value 
)

On event.

Parameters
namethe name of the value that changed
valuethe value

Implemented in com.neuronrobotics.sdk.addons.gamepad.JogTrainerWidget.

Referenced by com.neuronrobotics.sdk.addons.gamepad.BowlerJInputDevice.connectDeviceImp().


The documentation for this interface was generated from the following file: