Re: Win32lib key capturing didn't work????
- Posted by "Cuny, David" <David.Cuny at DSS.CA.GOV> Jan 06, 1999
- 461 views
Ray Smith wrote: > check out the following sample program ...... Change: > puts(1, KeyPress) to: > repaintWindow( Main ) -- erase the window > wPuts( Main, KeyPress ) -- puts(), but in the requested window Note that if you need to capture *special* keys, you need the onKeyUp/onKeyDown routines. Hope this helps. -- David Cuny