• CURSOR without mouse

    From =?UTF-8?Q?Mats_L=C3=B6fdahl?=@21:1/5 to All on Wed Nov 29 02:40:57 2017
    From the CURSOR documentation:

    "CURSOR normally waits until a mouse button is pressed (or already down). If no mouse buttons are present, CURSOR waits for a key on the keyboard to be pressed."

    and

    "When CURSOR returns, the button field of the system variable !MOUSE is set to the button status. Each mouse button is assigned a bit in the button field. Bit 0 is the leftmost button (value = 1), bit 1 is the middle button (value = 2), and bit 3 is the
    rightmost button (value = 4) for the typical three-button mouse."

    So when you don't have a mouse (or the mouse is not sensed by IDL because of a deficient remote connection), are there keyboard keys that emulate the different mouse buttons? What key would correspond to which mouse button?

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From alx@21:1/5 to All on Wed Nov 29 07:25:10 2017
    Le mercredi 29 novembre 2017 11:41:00 UTC+1, Mats Löfdahl a écrit :
    From the CURSOR documentation:

    "CURSOR normally waits until a mouse button is pressed (or already down). If no mouse buttons are present, CURSOR waits for a key on the keyboard to be pressed."

    and

    "When CURSOR returns, the button field of the system variable !MOUSE is set to the button status. Each mouse button is assigned a bit in the button field. Bit 0 is the leftmost button (value = 1), bit 1 is the middle button (value = 2), and bit 3 is
    the rightmost button (value = 4) for the typical three-button mouse."

    So when you don't have a mouse (or the mouse is not sensed by IDL because of a deficient remote connection), are there keyboard keys that emulate the different mouse buttons? What key would correspond to which mouse button?

    In Windows system, I know that you can turn on and off the so-called "Mouse Keys" by using the leftALT-leftSHIFT-NUMLOCK combination. The Mouse keys are the numeric keys on the NUMERIC keypad (if you have one ...).
    But I never had used this.
    alx.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From lovewest44@gmail.com@21:1/5 to All on Wed Dec 6 03:09:59 2017
    Hello there

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)