Qyoto.QWidget.UnderMouse C# (CSharp) Method

UnderMouse() public method

public UnderMouse ( ) : bool
return bool
        public bool UnderMouse()
        {
            return (bool) interceptor.Invoke("underMouse", "underMouse() const", typeof(bool));
        }
QWidget