Author Topic: Full window mouse position need to activate VC from system tray  (Read 740 times)

PittsburghRed

  • Guest
Full window mouse position need to activate VC from system tray
« on: January 15, 2020, 07:16:52 PM »
I have just bought the program to automate my golf simulator, foresight fsx 2018.

Here is the issue i run the simulator in full screen mode, so I lose the taskbar. I want to use the mouse and click to activate some menu items so I need to bring the VC program active from the system tray to get an accurate mouse position. As I can’t see the system tray how do I activate the VC?

Thanks.

Pfeil

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 4761
  • RTFM
Re: Full window mouse position need to activate VC from system tray
« Reply #1 on: January 15, 2020, 09:16:37 PM »
"VC"?

If you're referring to VoiceAttack itself, you could have the "Capture Mouse Position" dialog open while ingame, so you can press F8 (or another key if you remap that) to capture the current cursor position (provided the game uses absolute mouse positioning).

Alternatively, if you want to capture multiple coordinates without tabbing back and forth, you could create a VoiceAttack command that writes the coordinates to the log (of course you'd have to remember which coordinates go to which menu item)
E.G.
Code: [Select]
Write [Blue] 'Mouse X: {MOUSESCREENX}, Mouse Y: {MOUSESCREENY}' to log