Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [platform-swt-dev] Question

Thanks. But I want to restrict the mouse movement like the way SWT splitter
currently does.

----- Original Message -----
From: "Steve Northover" <Steve_Northover@xxxxxxx>
To: <platform-swt-dev@xxxxxxxxxxx>
Sent: Wednesday, October 30, 2002 7:34 AM
Subject: Re: [platform-swt-dev] Question


>
> You can't really.  You could using Display.setCursorLocation() but it
would
> probably
> jump and jiggle as the user moved the mouse.  Constricting or moving the
> mouse is
> generally frowned on in UI design.
>
>
>
>
>                       "gear"
>                       <radienssmgs2@hotmail.c         To:
<platform-swt-dev@xxxxxxxxxxx>
>                       om>                             cc:
>                       Sent by:                        Subject:
[platform-swt-dev] Question
>                       platform-swt-dev-admin@
>                       eclipse.org
>
>
>                       10/29/02 03:18 PM
>                       Please respond to

>                       platform-swt-dev
>
>
>
>
>
> Hi,
>
> Can you please tell me how can I constrain the mouse to just vertical
> movements (no side movement) in SWT?
>
> Thank you.
> _______________________________________________
> platform-swt-dev mailing list
> platform-swt-dev@xxxxxxxxxxx
> http://dev.eclipse.org/mailman/listinfo/platform-swt-dev
>
>
>
>
> _______________________________________________
> platform-swt-dev mailing list
> platform-swt-dev@xxxxxxxxxxx
> http://dev.eclipse.org/mailman/listinfo/platform-swt-dev
>


Back to the top