Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Regarding the Mouse Information Output Bar
#5
To capture the same info can be used Ctrl+Shift+Q.
I rarely use the Mouse panel, and never want to capture its text.

Code:
Copy      Help
var w1 = ScriptEditor.MainWindow();
if (!w1.IsVisible) return;
var e1 = w1.Elm["TEXT", "Mouse_info", "class=Scintilla"].Find();
if (e1 is null) return;
var text = e1.Value;
print.it(text);


Messages In This Thread
RE: Regarding the Mouse Information Output Bar - by Gintaras - 08-06-2024, 12:17 PM

Forum Jump:


Users browsing this thread: 6 Guest(s)