Empirical
Public Member Functions | Public Attributes | List of all members
emp::web::WheelEvent Struct Reference

Mouse-wheel-specific information about web events. More...

#include <events.h>

Inheritance diagram for emp::web::WheelEvent:
emp::web::Event

Public Member Functions

template<int ARG_ID>
void LoadFromArg ()
 

Public Attributes

int deltaX
 Horizontal scroll amount. More...
 
int deltaY
 Vertical scroll amount. More...
 
int deltaZ
 Scroll amount of a mouse wheel for the z-axis. More...
 
int deltaMode
 The unit of measurements for delta values (pixels, lines or pages) More...
 
bool bubbles
 Is this a bubbling event? More...
 
bool cancelable
 Can the default action be prevented? More...
 

Detailed Description

Mouse-wheel-specific information about web events.

Member Function Documentation

template<int ARG_ID>
void emp::web::WheelEvent::LoadFromArg ( )
inline

Member Data Documentation

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

Vertical scroll amount.

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: