mirror of
				https://github.com/libsdl-org/SDL.git
				synced 2025-10-26 12:27:44 +00:00 
			
		
		
		
	SDL_migration.cocci: fix incorrect SDL3 API name
This commit is contained in:
		| @@ -1136,12 +1136,12 @@ typedef SDL_GameControllerButton, SDL_GamepadButton; | ||||
| @@ | ||||
| @@ | ||||
| - SDL_GameControllerGetNumTouchpadFingers | ||||
| + SDL_GetGamepadNumTouchpadFingers | ||||
| + SDL_GetNumGamepadTouchpadFingers | ||||
|   (...) | ||||
| @@ | ||||
| @@ | ||||
| - SDL_GameControllerGetNumTouchpads | ||||
| + SDL_GetGamepadNumTouchpads | ||||
| + SDL_GetNumGamepadTouchpads | ||||
|   (...) | ||||
| @@ | ||||
| @@ | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Cameron Gutman
					Cameron Gutman