On 3/8/06, Felipe Monteiro de Carvalho
<[EMAIL PROTECTED]> wrote:
> On 3/8/06, Dan <[EMAIL PROTECTED]> wrote:
> > emailKnows anybody solution for bug
> > http://www.lazarus.freepascal.org/mantis/view.php?id=1666 (Screen.Cursor
> > malfunction)?
> > I try search for bug in Lazarus source code, but my recurrence was futile
> > :-(
>
> This is probably easy to solve, because Mouse.CursorPos works.

Unfortunately not, really. Setting or getting Mouse.CursorPos is
simply a matter of calling a WinAPI function.
To do something like Screen.Cursor we probably need to hook to all
WM_SETCURSOR messsages (i.e. in all controls) and override the default
processing or the message result...

-Flávio

_________________________________________________________________
     To unsubscribe: mail [EMAIL PROTECTED] with
                "unsubscribe" as the Subject
   archives at http://www.lazarus.freepascal.org/mailarchives

Reply via email to