MAC_MOUSE_FOCUS_CLICKTHROUGH


Description:

[ Version ( experimental = true ) ]
[ CCode ( cname = "SDL_HINT_MAC_MOUSE_FOCUS_CLICKTHROUGH" ) ]
public const string MAC_MOUSE_FOCUS_CLICKTHROUGH

A variable specifying if mouse click events are sent when clicking to focus an SDL window on Apple Mac OS X.

By default no mouse click events are sent when clicking to focus. Only on Mac OS X.

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

Namespace: SDL.Hint
Package: sdl2