Explorar o código

Changes line endings.

seanpaultaylor %!s(int64=12) %!d(string=hai) anos
pai
achega
62df906ac6
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      samples/browser/src/Sample.h

+ 1 - 1
samples/browser/src/Sample.h

@@ -70,7 +70,7 @@ public:
     virtual void gestureSwipeEvent(int x, int y, int direction);
     virtual void gesturePinchEvent(int x, int y, float scale);
     virtual void gestureTapEvent(int x, int y);
-    virtual void gamepadEvent(Gamepad::GamepadEvent evt, Gamepad* gamepad, unsigned int analogIndex = 0);
+    virtual void gamepadEvent(Gamepad::GamepadEvent evt, Gamepad* gamepad, unsigned int analogIndex = 0);
     unsigned int getGamepadCount() const;
     Gamepad* getGamepad(unsigned int index, bool preferPhysical = true) const;