SDL_GetRelativeMouseState
章節:SDL API 參考 (3)
更新2001年9月11日 星期二 22:59
索引
名稱
SDL_GetRelativeMouseState - 獲得鼠標的當前狀態
摘要
#include "SDL.h"
Uint8 SDL_GetRelativeMouseState(int *x, int *y);
描述
按鈕當前狀態以按鈕位掩碼的形式返回,可用SDL_BUTTON(X)檢測它,而將x和y設置為自上次調用SDL_GetRelativeMouseState或事件初始化至今鼠標位置的變化量。可以將x或y設置為NULL。
另見
SDL_GetMouseState
譯者
石仔<guoshimin57@gmail.com>
中文版主頁
http://guoshimin.users.sf.net
中文版最後更新時間
2010年7月1日
索引
- 名稱
-
- 摘要
-
- 描述
-
- 另見
-
- 譯者
-
- 中文版主頁
-
- 中文版最後更新時間
-