Home | History | Annotate | Download | only in event

Lines Matching refs:Input

33 package com.jme3.input.event;
35 import com.jme3.input.Input;
38 * An abstract input event.
49 * {@link Input#getInputTimeNanos() }.
67 * Returns true if the input event has been consumed, meaning it is no longer valid
68 * and should not be forwarded to input listeners.
70 * @return true if the input event has been consumed
77 * Call to mark this input event as consumed, meaning it is no longer valid
78 * and should not be forwarded to input listeners.