Class DummyKeyInput

java.lang.Object
com.jme3.input.dummy.DummyInput
com.jme3.input.dummy.DummyKeyInput
All Implemented Interfaces:
Input, KeyInput

public class DummyKeyInput extends DummyInput implements KeyInput
DummyKeyInput as an implementation of KeyInput that raises no input events.
  • Constructor Details

    • DummyKeyInput

      public DummyKeyInput()
  • Method Details

    • getKeyCount

      public int getKeyCount()
    • getKeyName

      public String getKeyName(int key)
      Description copied from interface: KeyInput
      Determine the name of the specified key in the current system language.
      Specified by:
      getKeyName in interface KeyInput
      Parameters:
      key - The keycode from KeyInput
      Returns:
      the name of the key