Class RawInputListenerAdapter

java.lang.Object
com.jme3.input.RawInputListenerAdapter
All Implemented Interfaces:
RawInputListener

public abstract class RawInputListenerAdapter extends Object implements RawInputListener
An abstract adapter class for RawInputListener. This class provides empty implementations for all methods in the RawInputListener interface, making it easier to create custom listeners by extending this class and overriding only the methods of interest.