QMouseEvent 的button()和buttons() 两个接口返回值使用的注意事项

Qt::MouseButton QMouseEvent::button() const

返回产生事件的按钮。

需要注意的是,对于鼠标移动事件,该函数返回值总是Qt::NoButton。

 

 

https://blog.csdn.net/weixin_30823001/article/details/97864508

posted @ 2022-01-14 09:22  小油人  阅读(166)  评论(0编辑  收藏  举报