Results 476 - 500 of 563 results out of about 6839 pages. (5.87 seconds)
- SDL_FlushEvent . . . 1 match
- ...d, you can call [[SDL_PumpEvents]]() on the main thread immediately before the flush call.
== Related Functions ==
.[[SDL_FlushEvents]]
----
[[CategoryAPI]], [[CategoryEvents]]...
- SDL_FilterEvents . . . 1 match
- ... it only uses the supplied filter until this function returns.
== Related Functions ==
.[[SDL_GetEventFilter]]
.[[SDL_SetEventFilter]]
----
[[CategoryAPI]], [[CategoryEvents]]...
- SDL_FillRects . . . 1 match
- ...hen this function will fill based on the intersection of the clip rectangle and '''rects'''.
== Related Functions ==
.[[SDL_FillRect]]
----
[[CategoryAPI]], [[CategorySurface]]...
- SDL_FillRect . . . 1 match
- ...en this function will fill based on the intersection of the clip rectangle and '''rect'''.
== Related Functions ==
.[[SDL_FillRects]]
----
[[CategoryAPI]], [[CategorySurface]]...
- SDL_EventState . . . 1 match
- ...queue and will not be filtered||
||1||SDL_ENABLE||the event will be processed normally||
== Related Functions ==
.[[SDL_GetEventState]]
----
[[CategoryAPI]], [[CategoryEvents]]...
- SDL_EnclosePoints . . . 1 match
- ...n add your code example here
}}}
== Remarks ==
If '''clip''' is not NULL then only points inside of the clipping rectangle are considered.
----
[[CategoryAPI]], [[CategoryRect]]...
- SDL_EnableScreenSaver . . . 1 match
- ...ersion ==
This function is available since SDL 2.0.0.
== Related Functions ==
.[[SDL_DisableScreenSaver]]
.[[SDL_IsScreenSaverEnabled]]
----
[[CategoryAPI]], [[CategoryVideo]]...
- SDL_DisableScreenSaver . . . 1 match
- ...Version ==
This function is available since SDL 2.0.0.
== Related Functions ==
.[[SDL_EnableScreenSaver]]
.[[SDL_IsScreenSaverEnabled]]
----
[[CategoryAPI]], [[CategoryVideo]]...
- SDL_Direct3D9GetAdapterIndex . . . 1 match
- ...ion will appear.
== Version ==
This function is available since SDL 2.0.1.
----
[[CategoryAPI]], [[CategorySystem]]
##See the Style Guide for instructions on editing the footer....
- SDL_DetachThread . . . 1 match
- ... no-op.
== Version ==
This function is available since SDL 2.0.2.
== Related Functions ==
. [[SDL_CreateThread]]
. [[SDL_WaitThread]]
----
[[CategoryAPI]], [[CategoryThread]]...
- SDL_DestroyWindow . . . 1 match
- ... SDL error message to "Invalid window". See [[SDL_GetError]]().
== Related Functions ==
.[[SDL_CreateWindow]]
.[[SDL_CreateWindowFrom]]
----
[[CategoryAPI]], [[CategoryVideo]]...
- SDL_DestroyTexture . . . 1 match
- ... will set the SDL error message to "Invalid texture".
== Related Functions ==
.[[SDL_CreateTexture]]
.[[SDL_CreateTextureFromSurface]]
----
[[CategoryAPI]], [[CategoryRender]]...
- SDL_DestroySemaphore . . . 1 match
- ...unctions ==
.[[SDL_CreateSemaphore]]
.[[SDL_SemPost]]
.[[SDL_SemTryWait]]
.[[SDL_SemValue]]
.[[SDL_SemWait]]
.[[SDL_SemWaitTimeout]]
----
[[CategoryAPI]], [[CategoryMutex]]...
- SDL_DestroyRenderer . . . 1 match
- ... can add your code example here
}}}
== Remarks ==
''You can add useful comments here''
== Related Functions ==
.[[SDL_CreateRenderer]]
----
[[CategoryAPI]], [[CategoryRender]]...
- SDL_DestroyMutex . . . 1 match
- ...depending on the platform.
== Related Functions ==
.[[SDL_CreateMutex]]
.[[SDL_LockMutex]]
.[[SDL_TryLockMutex]]
.[[SDL_UnlockMutex]]
----
[[CategoryAPI]], [[CategoryMutex]]...
- SDL_DestroyCond . . . 1 match
- ...''
== Related Functions ==
.[[SDL_CondBroadcast]]
.[[SDL_CondSignal]]
.[[SDL_CondWait]]
.[[SDL_CondWaitTimeout]]
.[[SDL_CreateCond]]
----
[[CategoryAPI]], [[CategoryMutex]]...
- SDL_DequeueAudio . . . 1 match
- ...earQueuedAudio]]
.[[SDL_GetQueuedAudioSize]]
##Remove this section if empty
----
[[CategoryAPI]], [[CategoryAudio]]
##See the Style Guide for instructions on editing the footer....
- SDL_Delay . . . 1 match
- ...waits a specified number of milliseconds before returning. It waits at least the specified time, but possibly longer due to OS scheduling.
----
[[CategoryAPI]], [[CategoryTimer]]...
- SDL_DelHintCallback . . . 1 match
- ...vailable since SDL 2.0.0.
== Related Functions ==
.[[SDL_AddHintCallback]]
----
[[CategoryAPI]], [[CategoryHints]]
##See the Style Guide for instructions on editing the footer....
- SDL_DelEventWatch . . . 1 match
- ...same input as [[SDL_AddEventWatch]]() to identify and delete the corresponding callback.
== Related Functions ==
.[[SDL_AddEventWatch]]
----
[[CategoryAPI]], [[CategoryEvents]]...
- SDL_DXGIGetOutputInfo . . . 1 match
- ...ns an SDL_bool.
== Version ==
This function is available since SDL 2.0.2.
----
[[CategoryAPI]], [[CategorySystem]]
##See the Style Guide for instructions on editing the footer....
- SDL_CreateWindowFrom . . . 1 match
- ...MAT]] needs to be configured before using SDL_!CreateWindowFrom().
== Related Functions ==
.[[SDL_CreateWindow]]
.[[SDL_DestroyWindow]]
----
[[CategoryAPI]], [[CategoryVideo]]...
- SDL_CreateWindowAndRenderer . . . 1 match
- ...arks ==
''You can add useful comments here''
== Related Functions ==
.[[SDL_CreateRenderer]]
.[[SDL_CreateWindow]]
----
[[CategoryAPI]], [[CategoryRender]], [[CategoryVideo]]...
- SDL_CreateWindow . . . 1 match
- ...on.
== Version ==
This function is available since SDL 2.0.0.
== Related Functions ==
.[[SDL_CreateWindowFrom]]
.[[SDL_DestroyWindow]]
----
[[CategoryAPI]], [[CategoryVideo]]...
- SDL_CreateThread . . . 1 match
- ...te, etc), but the original string contents will be available from [[SDL_GetThreadName]]().
== Related Functions ==
. [[SDL_WaitThread]]
----
[[CategoryAPI]], [[CategoryThread]]...
