aboutsummaryrefslogtreecommitdiff
path: root/src/libui_sdl/libui/windows/window.cpp
diff options
context:
space:
mode:
authorStapleButter <thetotalworm@gmail.com>2017-09-17 23:25:32 +0200
committerStapleButter <thetotalworm@gmail.com>2017-09-17 23:25:32 +0200
commit8e7d46e717cc189681608adceeec84bb483b8f70 (patch)
treef30035614b45c07c0d30b21bca920b48b320ef76 /src/libui_sdl/libui/windows/window.cpp
parent66106a882954385e460bfbb3fb3422e13c45b4ba (diff)
* attempt at keyboard input, via raw scancodes
* load config, etc * some things are nicer, too
Diffstat (limited to 'src/libui_sdl/libui/windows/window.cpp')
-rw-r--r--src/libui_sdl/libui/windows/window.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libui_sdl/libui/windows/window.cpp b/src/libui_sdl/libui/windows/window.cpp
index 9cf13a2..c04410d 100644
--- a/src/libui_sdl/libui/windows/window.cpp
+++ b/src/libui_sdl/libui/windows/window.cpp
@@ -229,6 +229,7 @@ static void uiWindowHide(uiControl *c)
uiWindowsControlDefaultEnabled(uiWindow)
uiWindowsControlDefaultEnable(uiWindow)
uiWindowsControlDefaultDisable(uiWindow)
+uiWindowsControlDefaultSetFocus(uiWindow)
// TODO we need to do something about undocumented fields in the OS control types
uiWindowsControlDefaultSyncEnableState(uiWindow)
// TODO