diff options
Diffstat (limited to 'doc/html/qwheelevent.html')
-rw-r--r-- | doc/html/qwheelevent.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/html/qwheelevent.html b/doc/html/qwheelevent.html index 2d46ab76e..1dfa32e51 100644 --- a/doc/html/qwheelevent.html +++ b/doc/html/qwheelevent.html @@ -76,7 +76,7 @@ mouse and keyboard events for a widget. </h3> <p> Constructs a wheel event object. -<p> The <a href="#globalPos">globalPos</a>() is initialized to <a href="ntqcursor.html#pos">TQCursor::pos</a>(), i.e. <em>pos</em>, +<p> The <a href="#globalPos">globalPos</a>() is initialized to <a href="tqcursor.html#pos">TQCursor::pos</a>(), i.e. <em>pos</em>, which is usually (but not always) right. Use the other constructor if you need to specify the global position explicitly. <em>delta</em> contains the rotation distance, <em>state</em> holds the keyboard @@ -124,7 +124,7 @@ rotation but with a smaller value in each message. <p> Returns the global position of the mouse pointer <em>at the time of the event</em>. This is important on asynchronous window systems such as X11; whenever you move your widgets around in response to mouse events, <a href="#globalPos">globalPos</a>() can differ a lot from the current -pointer position <a href="ntqcursor.html#pos">TQCursor::pos</a>(). +pointer position <a href="tqcursor.html#pos">TQCursor::pos</a>(). <p> <p>See also <a href="#globalX">globalX</a>() and <a href="#globalY">globalY</a>(). <h3 class=fn>int <a name="globalX"></a>TQWheelEvent::globalX () const |