WINDOWS_DISABLE_THREAD_NAMING


Description:

[ Version ( since = "2.0.5" ) ]
[ CCode ( cname = "SDL_HINT_WINDOWS_DISABLE_THREAD_NAMING" ) ]
public const string WINDOWS_DISABLE_THREAD_NAMING

A hint that specifies whether SDL should not name threads on Microsoft Windows. Might be useful if you want to interop with C# there.

The variable can be set to the following values:

  • "0" - threads will be named
  • "1" - threads will not be named

By default SDL will name threads on Microsoft Windows.


Namespace: SDL.Hint
Package: sdl2