Fixed setting text to clipboard in controllermap program.
parent
45fa5642ea
commit
d99911544f
|
@ -191,7 +191,6 @@ WatchJoystick(SDL_Joystick * joystick)
|
||||||
step->button = -1;
|
step->button = -1;
|
||||||
step->hat = -1;
|
step->hat = -1;
|
||||||
step->hat_value = -1;
|
step->hat_value = -1;
|
||||||
SDL_SetClipboardText("TESTING TESTING 123");
|
|
||||||
|
|
||||||
switch(step->marker) {
|
switch(step->marker) {
|
||||||
case MARKER_AXIS:
|
case MARKER_AXIS:
|
||||||
|
|
Loading…
Reference in New Issue