95/11/12
This bug was originated by Bob Jervis. The bug has been sent to Sami Shaio
and has been answered by Sami.
[Bob Jervis]
8. Cannot tell the difference between mouse buttons. Some Motif functions use
combinations of mouse buttons and shift keys. For example, in a text
widget inside an AWT app on Solaris, Shift-Middle Button changes the
extent of the selection. How do I tell this in AWT for drawing area
widgets (like our point and click editor)?
[Sami Shaio]
Left = MouseDown
Middle = Shift+MouseDown
Right = Ctrl+MouseDown
Unfortunately there is no way to tell Shift+Middle using this scheme.
==============================================================
This bug was originated by Bob Jervis. The bug has been sent to Sami Shaio
and has been answered by Sami.
[Bob Jervis]
8. Cannot tell the difference between mouse buttons. Some Motif functions use
combinations of mouse buttons and shift keys. For example, in a text
widget inside an AWT app on Solaris, Shift-Middle Button changes the
extent of the selection. How do I tell this in AWT for drawing area
widgets (like our point and click editor)?
[Sami Shaio]
Left = MouseDown
Middle = Shift+MouseDown
Right = Ctrl+MouseDown
Unfortunately there is no way to tell Shift+Middle using this scheme.
==============================================================