Wiki Page Content

DRAFT

SDL_GetEventState

Use this macro to query the current processing state of a specified SDL_EventType.

Syntax

Uint8 SDL_GetEventState(Uint32 type)

Function Parameters

type

the SDL_EventType to query

Return Value

Returns SDL_DISABLE or SDL_ENABLE.

Code Examples

You can add your code example here

Remarks

You can add useful comments here


CategoryAPI, CategoryEvents

None: SDL_GetEventState (last edited 2015-08-21 21:00:55 by PhilippWiesemann)

Feedback
Please include your contact information if you'd like to receive a reply.
Submit