Sleeping Wombat GUI  0.100
swGUI
Public Member Functions | Public Attributes | List of all members
sw::gui::IEventArgs Struct Reference

Base class for events. More...

#include <IEventArgs.h>

Inheritance diagram for sw::gui::IEventArgs:
sw::gui::InputEventArgs UnusedEventArgs ValidationEventArgs sw::gui::KeyboardEventArgs sw::gui::MouseEventArgs sw::gui::KeyEventArgs sw::gui::MouseButtonEventArgs sw::gui::MouseMoveEventArgs sw::gui::MouseWheelEventArgs

Public Member Functions

 IEventArgs ()
 

Public Attributes

bool Handled
 Mark event as handled to stop further processing. More...
 

Detailed Description

Base class for events.

Constructor & Destructor Documentation

sw::gui::IEventArgs::IEventArgs ( )
inline

Member Data Documentation

bool sw::gui::IEventArgs::Handled

Mark event as handled to stop further processing.


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