コード例 #1
0
ファイル: User32.cs プロジェクト: roeloffs/BK.Plugins
 public bool GetCursorPos(out Point lpPoint) => DllImports.GetCursorPos(out lpPoint);