BowlerKernel
IGameControlEvent.java
Go to the documentation of this file.
1 package com.neuronrobotics.sdk.addons.gamepad;
2 
3 public interface IGameControlEvent {
10  public void onEvent(String name,float value);
11 }