GetMousePoint
code:sample.cpp
int GetMousePoint(int *XBuf, int *YBuf);
マウスカーソルの位置を取得する
XBuf
マウスカーソルのX座標
YBuf
マウスカーソルのY座標
戻り値
0 成功
-1 失敗
#マウス #関数