Commit d99911544f33c27e932becb7743889bbda83f3be

Philipp Wiesemann 2014-12-10T21:13:43

Fixed setting text to clipboard in controllermap program.

1
2
3
4
5
6
7
8
9
10
11
12
diff --git a/test/controllermap.c b/test/controllermap.c
index fd7b144..8e5d13e 100644
--- a/test/controllermap.c
+++ b/test/controllermap.c
@@ -191,7 +191,6 @@ WatchJoystick(SDL_Joystick * joystick)
         step->button = -1;
         step->hat = -1;
         step->hat_value = -1;
-        SDL_SetClipboardText("TESTING TESTING 123");
         
         switch(step->marker) {
             case MARKER_AXIS: