mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-09-07 11:58:12 +00:00
Fixed setting text to clipboard in controllermap program.
This commit is contained in:
@@ -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:
|
||||
|
Reference in New Issue
Block a user