mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-06-01 17:37:39 +00:00
Added a window flash operation to be explicit about window flash behavior
This commit is contained in:
parent
b2c8d3e9e4
commit
f1633127d1
16 changed files with 79 additions and 32 deletions
|
@ -1440,15 +1440,6 @@ extern "C" {
|
|||
*/
|
||||
#define SDL_HINT_WAVE_TRUNCATION "SDL_WAVE_TRUNCATION"
|
||||
|
||||
/**
|
||||
* \brief Controls the number of times a window flashes with SDL_FlashWindow()
|
||||
*
|
||||
* On Windows, if this variable is set, the SDL_FlashWindow() call will flash
|
||||
* the specified number of times. Otherwise the window will flash until it
|
||||
* becomes the foreground window.
|
||||
*/
|
||||
#define SDL_HINT_WINDOW_FLASH_COUNT "SDL_WINDOW_FLASH_COUNT"
|
||||
|
||||
/**
|
||||
* \brief Tell SDL not to name threads on Windows with the 0x406D1388 Exception.
|
||||
* The 0x406D1388 Exception is a trick used to inform Visual Studio of a
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue