Wt
3.3.8
|
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. More... | |
int | scrollY () const |
Returns the current vertical scroll position. More... | |
int | viewportWidth () const |
Returns the current horizontal viewport width. More... | |
int | viewportHeight () const |
Returns the current horizontal viewport height. More... | |
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.