package de.samdev.colorrunner.input; public enum SwipeDirection { UP, RIGHT, DOWN, LEFT; }