标签: qt touch-event touchpad
我想在Qt程序中获得笔记本电脑触摸板的Touch Event。但在下面的程序中,我无法获得触摸事件。如需帮助,谢谢。
bool MyDialog::event(QEvent *evt) { qDebug()<<evt->type();//can't get the touchEvent … }