Home | History | Annotate | Download | only in dummy

Lines Matching refs:input

33 package com.jme3.input.dummy;
35 import com.jme3.input.Input;
36 import com.jme3.input.RawInputListener;
39 * DummyInput as an implementation of <code>Input</code> that raises no
40 * input events.
44 public class DummyInput implements Input {
50 throw new IllegalStateException("Input already initialized.");
57 throw new IllegalStateException("Input not initialized.");
62 throw new IllegalStateException("Input not initialized.");