Re: why ChangeDisplaySettingsEx changes the position of mouse cursor
- From: Ray Trent <rat@xxxxxxxxxxxxx>
- Date: Wed, 22 Nov 2006 14:13:37 -0800
My guess is that, rather than spend the effort to do something smart, Windows moves the cursor to some known position (is it always the center of the screen, perhaps?) after someone calls this function, because otherwise it would have to figure out whether the pointer is currently on a visible part of some screen (which might be more complicated than it sounds with multimonitor support).
The mouse driver isn't doing it, if that's all you're asking...
sukhjeet786@xxxxxxxxx wrote:
Hi,
i have been allocated a bug to fix that whenever u load a driver it
changes the position of mouse corsor. We are making a software which
very much simir to Windows net meeting.I have investigated that it is
the function ChangeDisplaySettingsEx which is responsible for that.
whnever the call reaches this function, after its execution mouse
position changes. Similar is the scenario whilie unloading the driver.
It is the case of mirror driver.i.e whenever u share ur screen with
the other compuetr. i want to know that is it OK. or we need to do
something so that positon of the ,ouse do not changes.
Pls Reply Thanx in advance
--
Ray
.
- References:
- why ChangeDisplaySettingsEx changes the position of mouse cursor
- From: sukhjeet786
- why ChangeDisplaySettingsEx changes the position of mouse cursor
- Prev by Date: Re: NDIS 6.0 MUX Intermediate driver
- Next by Date: Re: How to preinstall the dirver in Vista 64 bit.
- Previous by thread: Re: why ChangeDisplaySettingsEx changes the position of mouse cursor
- Next by thread: How to prepare a kernel driver pdb file for TraceView
- Index(es):
Relevant Pages
|