1 package org.newdawn.slick.command; 2 3 /** 4 * Marker class for abstract input controls. 5 * 6 * @author joverton 7 */ 8 interface Control { 9 }