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::WindowMovedEvent Struct Reference

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

Inherits radix::Event.

Public Member Functions

const EventTypeName getTypeName () const
 
const EventType getType () const
 
 WindowMovedEvent (InputSource &source, Uint32 windowID, Sint32 to, Sint32 from)
 

Data Fields

InputSourcesource
 
Uint32 windowID
 
Sint32 to
 
Sint32 from
 

Static Public Attributes

static constexpr
StaticEventTypeName 
TypeName = "radix/InputSource:WindowMoved"
 
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::WindowMovedEvent::WindowMovedEvent ( InputSource source,
Uint32  windowID,
Sint32  to,
Sint32  from 
)
inline

Member Function Documentation

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

Implements radix::Event.

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

Implements radix::Event.

Field Documentation

Sint32 radix::InputSource::WindowMovedEvent::from
InputSource& radix::InputSource::WindowMovedEvent::source
Sint32 radix::InputSource::WindowMovedEvent::to
constexpr StaticEventType radix::InputSource::WindowMovedEvent::Type = TypeNameHash(TypeName)
static
constexpr StaticEventTypeName radix::InputSource::WindowMovedEvent::TypeName = "radix/InputSource:WindowMoved"
static
Uint32 radix::InputSource::WindowMovedEvent::windowID

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