PDA

View Full Version : What function that is use in QtQuick to control the MouseMove Event?



chong_kimkeang
25th October 2012, 05:53
Hello everyone, I am coding with QtQuick but I can use only Mouse press or clicked and now I want to use mouse move event, what is the function or Keyword to use it?

alizadeh91
25th October 2012, 06:46
There is onPositionChanged and onMouseXChanged and onMouseYChanged for handling mouse move in qml mouse area