Ejemplo n.º 1
0
        public IJoystickDriver CreateLegacyJoystickDriver()
        {
            #pragma warning disable 612,618
            return(default_implementation.CreateLegacyJoystickDriver());

            #pragma warning restore 612,618
        }
Ejemplo n.º 2
0
 public IJoystickDriver CreateLegacyJoystickDriver()
 {
     return(default_implementation.CreateLegacyJoystickDriver());
 }