Re: Capture mouse events outside code window
- Posted by DanM Apr 13, 2011
- 2597 views
sergelli said...
DanM said...
try something using this:
setHandler(Screen, w32HMouse, routine_id("onMouse_XXX"))
Dan
It does not work out! "Screen"refers to the windows opened by the application that is running.
Hmm, looks like you're right, but it worked, or seemed to work, with a demo for using mousewheel in win2Lib demos; I could've sworn Screen referred to anywhere on the display, something must?
Sorry 'bout that, got no better ideas right now.
Dan