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

Data common to all web events. More...

#include <events.h>

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

Public Member Functions

template<int ARG_ID>
void LoadFromArg ()
 

Public Attributes

bool bubbles
 Is this a bubbling event? More...
 
bool cancelable
 Can the default action be prevented? More...
 

Detailed Description

Data common to all web events.

Member Function Documentation

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

Member Data Documentation

bool emp::web::Event::bubbles

Is this a bubbling event?

bool emp::web::Event::cancelable

Can the default action be prevented?


The documentation for this struct was generated from the following file: