Update SDL_InvalidParamError to take param name; add additional fuzzer function; add new tests to keyboard test suite; improve surface test suite
This commit is contained in:
parent
c1e8384624
commit
b4a190fb6f
10 changed files with 272 additions and 54 deletions
|
@ -235,9 +235,6 @@ SDL_Error(SDL_errorcode code)
|
|||
case SDL_UNSUPPORTED:
|
||||
SDL_SetError("That operation is not supported");
|
||||
break;
|
||||
case SDL_INVALIDPARAM:
|
||||
SDL_SetError("Parameter is invalid");
|
||||
break;
|
||||
default:
|
||||
SDL_SetError("Unknown SDL error");
|
||||
break;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue