GlPortal Class Reference  0.1.1
Source code documentation of the free and open 3D action puzzle game.
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | Data Fields | Static Public Attributes
radix::InputSource::MouseWheelScrolledEvent Struct Reference

#include <external/RadixEngine/include/radix/input/InputSource.hpp>

Inherits radix::Event.

Public Member Functions

const EventTypeName getTypeName () const
 
const EventType getType () const
 
 MouseWheelScrolledEvent (InputSource &source, int x, int y)
 

Data Fields

InputSourcesource
 
const int x
 
const int y
 

Static Public Attributes

static constexpr
StaticEventTypeName 
TypeName = "radix/InputSource:MouseWheelScrolled"
 
static constexpr StaticEventType Type = TypeNameHash(TypeName)
 

Additional Inherited Members

- Static Public Member Functions inherited from radix::Event
static constexpr EventType TypeNameHash (StaticEventTypeName etn)
 

Constructor & Destructor Documentation

radix::InputSource::MouseWheelScrolledEvent::MouseWheelScrolledEvent ( InputSource source,
int  x,
int  y 
)
inline

Member Function Documentation

const EventType radix::InputSource::MouseWheelScrolledEvent::getType ( ) const
inlinevirtual

Implements radix::Event.

const EventTypeName radix::InputSource::MouseWheelScrolledEvent::getTypeName ( ) const
inlinevirtual

Implements radix::Event.

Field Documentation

InputSource& radix::InputSource::MouseWheelScrolledEvent::source
constexpr StaticEventType radix::InputSource::MouseWheelScrolledEvent::Type = TypeNameHash(TypeName)
static
constexpr StaticEventTypeName radix::InputSource::MouseWheelScrolledEvent::TypeName = "radix/InputSource:MouseWheelScrolled"
static
const int radix::InputSource::MouseWheelScrolledEvent::x
const int radix::InputSource::MouseWheelScrolledEvent::y

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