equal
deleted
inserted
replaced
189 SDL_strlcpy(step->mapping, mapping, SDL_arraysize(step->mapping)); |
189 SDL_strlcpy(step->mapping, mapping, SDL_arraysize(step->mapping)); |
190 step->axis = -1; |
190 step->axis = -1; |
191 step->button = -1; |
191 step->button = -1; |
192 step->hat = -1; |
192 step->hat = -1; |
193 step->hat_value = -1; |
193 step->hat_value = -1; |
194 SDL_SetClipboardText("TESTING TESTING 123"); |
|
195 |
194 |
196 switch(step->marker) { |
195 switch(step->marker) { |
197 case MARKER_AXIS: |
196 case MARKER_AXIS: |
198 marker = axis; |
197 marker = axis; |
199 break; |
198 break; |