MouseHit

这个函数用于检测当前是否有鼠标消息。

bool MouseHit();

参数

返回值

如果存在鼠标消息,返回 true;否则返回 false。

备注

该函数已废弃,仅在 graphics.h 中声明。建议使用 peekmessage 替代。

示例

(贡献者:2 人  编辑