Corrected spelling in header files.
This commit is contained in:
parent
103fc07702
commit
c0f29fb59a
4 changed files with 18 additions and 18 deletions
|
@ -599,7 +599,7 @@ typedef int (SDLCALL * SDL_EventFilter) (void *userdata, SDL_Event * event);
|
|||
* Sets up a filter to process all events before they change internal state and
|
||||
* are posted to the internal event queue.
|
||||
*
|
||||
* The filter is protypted as:
|
||||
* The filter is prototyped as:
|
||||
* \code
|
||||
* int SDL_EventFilter(void *userdata, SDL_Event * event);
|
||||
* \endcode
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue