Exemplo n.º 1
0
 internal void Start(Machine machine)
 {
     this.machine     = machine;
     gamePadKeyValues = new bool[Enum.GetValues(typeof(GamepadKeys)).Length];
 }
Exemplo n.º 2
0
        /// <summary>
        /// Démarre le pool
        /// </summary>
        /// <param name="machine"></param>

        internal void Start(Machine machine)
        {
            this.machine = machine;
        }