Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!uwm.edu!rpi!zaphod.mps.ohio-state.edu!tut.cis.ohio-state.edu!ucbvax!mtxinu!rtech!jeff@rtech.com From: jeff@rtech.com (Jeff Anton) Newsgroups: comp.windows.x Subject: Re: InputOnly Curiosity Message-ID: <4717@rtech.rtech.com> Date: 9 Feb 90 21:01:41 GMT References: <9002082029.AA03389@zurich.ai.mit.edu> Sender: news@rtech.rtech.com Lines: 8 Sure. Say I have a program that draws some objects on a window, and then I want the cursor to change when it is moved near an object. Either each object can be its own InputOutput window with a different cursor or you can put an InputOnly window with a different cursor on top of the object. The same thing is useful for detecting mouse presses. Without subwindows, you would have to track or query the mouse position all the time and change the cursor manually. Jeff Anton