/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package computergraphicsproject.Engines; /** * * @author hussein */ public enum SignalType { /** * */ StartGame, /** * */ Exit, /** * */ MouseSignal, /** * */ KeyboardSignal, BackToMain }