From e7f42fa15f646de02a6c3770111dc5ecaf21266d Mon Sep 17 00:00:00 2001 From: Bill Spitzak Date: Wed, 15 Dec 1999 04:58:27 +0000 Subject: Fixed bug on Win32 where programs would stop paying attention to keys. What actually happens is that GetKeyState() returns garbage for the "windoze" keys if you hit them to pop up the start menu. It now calls GetAsyncKeyState(), which works. Also this version calls TranslateEvent on all events before calling DispatchEvent(), which is apparently what Win32 expects. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.0@948 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- documentation/Fl_Input_.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'documentation') diff --git a/documentation/Fl_Input_.html b/documentation/Fl_Input_.html index a270f5f57..00aef026a 100644 --- a/documentation/Fl_Input_.html +++ b/documentation/Fl_Input_.html @@ -9,7 +9,7 @@ | +----Fl_Input_ | - +----Fl_Input + +----Fl_Input, Fl_Output

Include Files

@@ -169,4 +169,4 @@ position() and mark() are equal. non-zero if any change was made.

int Fl_Input_::copy_cuts()

Copy all the previous contiguous cuts from the undo information to the -clipboard. This is used to make ^K work. \ No newline at end of file +clipboard. This is used to make ^K work. -- cgit v1.2.3