mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-09-06 03:18:13 +00:00
macOS: Clarify when macOS hints need to be set
This commit is contained in:
@@ -2243,7 +2243,7 @@ extern "C" {
|
|||||||
* (default)
|
* (default)
|
||||||
* - "1": The application may remain in the background when launched.
|
* - "1": The application may remain in the background when launched.
|
||||||
*
|
*
|
||||||
* This hint should be set before applicationDidFinishLaunching() is called.
|
* This hint needs to be set before SDL_Init().
|
||||||
*
|
*
|
||||||
* \since This hint is available since SDL 3.0.0.
|
* \since This hint is available since SDL 3.0.0.
|
||||||
*/
|
*/
|
||||||
@@ -2297,7 +2297,7 @@ extern "C" {
|
|||||||
* - "0": The mouse wheel events will have no momentum. (default)
|
* - "0": The mouse wheel events will have no momentum. (default)
|
||||||
* - "1": The mouse wheel events will have momentum.
|
* - "1": The mouse wheel events will have momentum.
|
||||||
*
|
*
|
||||||
* This hint should be set before applicationDidFinishLaunching() is called.
|
* This hint needs to be set before SDL_Init().
|
||||||
*
|
*
|
||||||
* \since This hint is available since SDL 3.0.0.
|
* \since This hint is available since SDL 3.0.0.
|
||||||
*/
|
*/
|
||||||
|
Reference in New Issue
Block a user