KeyPressListener

public interface KeyPressListener(source)

A KeyPressListener is a listener for key press events registered by the InputHandler.

Functions

Link copied to clipboard
public abstract void onKeyPress(KeyPressEvent event)
Notifies this key press listener about the given key press event.