package at.tetris4j.view.utils; public enum TetrisKey { UP, DOWN, LEFT, RIGHT, W, A, S, D, FUNCTIONKEY_1, FUNCTIONKEY_2, PAUSE, RESUME, STOP; }