diff options
| author | Bill Spitzak <spitzak@gmail.com> | 1999-12-15 04:58:27 +0000 |
|---|---|---|
| committer | Bill Spitzak <spitzak@gmail.com> | 1999-12-15 04:58:27 +0000 |
| commit | e7f42fa15f646de02a6c3770111dc5ecaf21266d (patch) | |
| tree | 969e704e4cfeb1e524687ed46cc848b447a1cfbe /documentation/Fl_Input_.html | |
| parent | a2b5dfc5d5607614fa951511149eb4831a8f58c4 (diff) | |
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
Diffstat (limited to 'documentation/Fl_Input_.html')
| -rw-r--r-- | documentation/Fl_Input_.html | 4 |
1 files changed, 2 insertions, 2 deletions
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 @@ | +----<B>Fl_Input_</B> | - +----<A href=functions.html#Fl_Input>Fl_Input</A> + +----<A href=Fl_Input.html#Fl_Input>Fl_Input</A>, <A href=Fl_Output.html#Fl_Output>Fl_Output</A> </PRE> </UL> <H3>Include Files</H3> @@ -169,4 +169,4 @@ position()</TT> and <TT>mark()</TT> are equal. non-zero if any change was made. <H4><A name=Fl_Input_.copy_cuts>int Fl_Input_::copy_cuts()</A></H4> Copy all the previous contiguous cuts from the undo information to the -clipboard. This is used to make ^K work. </BODY></HTML>
\ No newline at end of file +clipboard. This is used to make ^K work. </BODY></HTML> |
