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

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

Inherits radix::Event.

Public Member Functions

const EventTypeName getTypeName () const
 
const EventType getType () const
 
 WindowExposedEvent (InputSource &source, Uint32 windowID)
 

Data Fields

InputSourcesource
 
Uint32 windowID
 

Static Public Attributes

static constexpr
StaticEventTypeName 
TypeName = "radix/InputSource:WindowExposed"
 
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::WindowExposedEvent::WindowExposedEvent ( InputSource source,
Uint32  windowID 
)
inline

Member Function Documentation

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

Implements radix::Event.

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

Implements radix::Event.

Field Documentation

InputSource& radix::InputSource::WindowExposedEvent::source
constexpr StaticEventType radix::InputSource::WindowExposedEvent::Type = TypeNameHash(TypeName)
static
constexpr StaticEventTypeName radix::InputSource::WindowExposedEvent::TypeName = "radix/InputSource:WindowExposed"
static
Uint32 radix::InputSource::WindowExposedEvent::windowID

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