== Draft == '''THIS PAGE IS A WORK IN PROGRESS''' ... Please make edits to this page to improve it! = SDL_HINT_MOUSE_FOCUS_CLICKTHROUGH = A hint that specifies if mouse click events are sent when clicking to focus an SDL window. == Values == {| |0 |no mouse click events are sent when clicking to focus |- |1 |mouse click events are sent when clicking to focus |} == Default == By default no mouse click events are sent when clicking to focus. == Version == This hint is available since SDL 2.0.5. ---- [[CategoryDefine]], [[CategoryHints]], [[CategoryDraft]]