Re: Mouse Coalescing

2008-10-19 Thread Graham Cox
On 20 Oct 2008, at 12:06 pm, Ian was here wrote: I turned off mouse coalescing with a call to SetMouseCoalescingEnabled( false, NULL ). This gave me beautiful drawing. Only problem is that it's slow and takes a while to catch up after the mouse up event. This is kind of an off the wall

Re: Mouse Coalescing

2008-10-19 Thread Michael Ash
the mouse too quickly. I turned off mouse coalescing with a call to SetMouseCoalescingEnabled( false, NULL ). This gave me beautiful drawing. Only problem is that it's slow and takes a while to catch up after the mouse up event. This is kind of an off the wall question, but is there another