MOUSE_FOCUS_CLICKTHROUGH
Description:
[ Version ( since = "2.0.5" ) ]
[ CCode ( cname = "SDL_HINT_MOUSE_FOCUS_CLICKTHROUGH" ) ]
public const string MOUSE_FOCUS_CLICKTHROUGH
[ CCode ( cname = "SDL_HINT_MOUSE_FOCUS_CLICKTHROUGH" ) ]
public const string MOUSE_FOCUS_CLICKTHROUGH
A hint that specifies if mouse click events are sent when clicking to focus an SDL window.
The variable can be set to the following values:
- "0" - no mouse click events are sent when clicking to focus
- "1" - mouse click events are sent when clicking to focus
By default no mouse click events are sent when clicking to focus.
Namespace: SDL.Hint
Package: sdl2