| 
    Wt
    4.0.0
    
   | 
 
A single finger touch of a touch event. More...
#include <WEvent.h>
Public Member Functions | |
| Touch (unsigned identifier, int clientX, int clientY, int documentX, int documentY, int screenX, int screenY, int widgetX, int widgetY) | |
| Constructor.  | |
| Coordinates | document () const | 
| Returns the touch position relative to the document.  | |
| Coordinates | window () const | 
| Returns the touch position relative to the window.  More... | |
| Coordinates | screen () const | 
| Returns the touch position relative to the screen.  | |
| Coordinates | widget () const | 
| Returns the touch position relative to the widget.  | |
A single finger touch of a touch event.
| Coordinates Wt::Touch::window | ( | ) | const | 
Returns the touch position relative to the window.
This differs from document() only when scrolling through the document.
 1.8.11