Finding current mouse position in QT

后端 未结 2 1623
北海茫月
北海茫月 2021-01-22 06:19

This is my first attempt at writing a QT app, and I\'m just trying to get a feel for how it works. My goal is to have a 400x400 widget which knows the exact position of the mous

2条回答
  •  庸人自扰
    2021-01-22 07:06

    If you are ever in a situation when you don't need actual tracking, just position at the moment, you can use QCursor::pos().

提交回复
热议问题