| Wt
    3.3.0
    | 
A class providing details for a scroll event. More...
#include <Wt/WEvent>
| Public Member Functions | |
| WScrollEvent () | |
| Default constructor. | |
| int | scrollX () const | 
| Returns the current horizontal scroll position. | |
| int | scrollY () const | 
| Returns the current vertical scroll position. | |
| int | viewportWidth () const | 
| Returns the current horizontal viewport width. | |
| int | viewportHeight () const | 
| Returns the current horizontal viewport height. | |
A class providing details for a scroll event.
| int Wt::WScrollEvent::scrollX | ( | ) | const | 
Returns the current horizontal scroll position.
| int Wt::WScrollEvent::scrollY | ( | ) | const | 
Returns the current vertical scroll position.
| int Wt::WScrollEvent::viewportHeight | ( | ) | const | 
Returns the current horizontal viewport height.
Returns the current viewport height.
| int Wt::WScrollEvent::viewportWidth | ( | ) | const | 
Returns the current horizontal viewport width.
Returns the current viewport width.
 1.7.5.1
 1.7.5.1