Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
「実際の」マウス ポインタを動かさずに、特定の座標 (x 300、y 400 など) をマウスでクリックすることはできますか?
私は現在、mouseMove()、mousePress()&mouseRelease + 前の位置に戻ることで回避策を実行しています。それは実際には良い解決策ではありません。別の可能性は、それを行う C でプログラムを作成し、それを常に呼び出すことですが、それはさらに悪いことだと思います。
回答ありがとうございます。