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.
空のプロジェクト (フォームなし、何もない) でマウスの位置 (何に対しても相対的ではない) とボタンの状態を取得するにはどうすればよいですか。私が使用できるキーの場合:
Imports System.Windows.Input If IsKeyDown(Key.A) Then End If
ありがとう