From 00ec85dee69130ac4294e71be45470324244324c Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Thu, 5 Jun 2014 23:27:17 -0400 Subject: Implemented code to save and restore control focus on Windows properly when switching away from/back to our program. It's disabled for now though because it doesn't seem to work... --- sysdata_windows.go | 1 + 1 file changed, 1 insertion(+) (limited to 'sysdata_windows.go') diff --git a/sysdata_windows.go b/sysdata_windows.go index 16d625a..021b80a 100644 --- a/sysdata_windows.go +++ b/sysdata_windows.go @@ -21,6 +21,7 @@ type sysData struct { areawidth int areaheight int clickCounter clickCounter + lastfocus _HWND } type classData struct { -- cgit v1.2.3