Mouse-wheel-specific information about web events.
More...
#include <events.h>
Mouse-wheel-specific information about web events.
template<int ARG_ID>
void emp::web::WheelEvent::LoadFromArg |
( |
| ) |
|
|
inline |
bool emp::web::Event::bubbles |
|
inherited |
Is this a bubbling event?
bool emp::web::Event::cancelable |
|
inherited |
Can the default action be prevented?
int emp::web::WheelEvent::deltaMode |
The unit of measurements for delta values (pixels, lines or pages)
int emp::web::WheelEvent::deltaX |
Horizontal scroll amount.
int emp::web::WheelEvent::deltaY |
int emp::web::WheelEvent::deltaZ |
Scroll amount of a mouse wheel for the z-axis.
The documentation for this struct was generated from the following file: