Skip to content

Class Kywy::Input

ClassList > Kywy > Input

Inherits the following classes: Actor::Actor

Public Attributes

Type Name
bool buttonLeftPressed
bool buttonRightPressed
bool dPadCenterPressed
bool dPadDownPressed
bool dPadLeftPressed
bool dPadRightPressed
bool dPadUpPressed

Public Functions

Type Name
void handle (::Actor::Message * message)
virtual void initialize ()

Public Functions inherited from Actor::Actor

See Actor::Actor

Type Name
Actor ()
void addSubscriber (Actor * actor)
void disable ()
void dispatch (Message * message)
void enable ()
virtual void handle (Message * message) = 0
virtual void initialize ()
void publish (Message * message)
void removeSubscriber (Actor * actor)
void start ()
void stop ()
void subscribe (Actor * actor)
virtual void teardown ()
void unsubscribe (Actor * actor)
~Actor ()

Public Attributes Documentation

variable buttonLeftPressed

bool Kywy::Input::buttonLeftPressed;

variable buttonRightPressed

bool Kywy::Input::buttonRightPressed;

variable dPadCenterPressed

bool Kywy::Input::dPadCenterPressed;

variable dPadDownPressed

bool Kywy::Input::dPadDownPressed;

variable dPadLeftPressed

bool Kywy::Input::dPadLeftPressed;

variable dPadRightPressed

bool Kywy::Input::dPadRightPressed;

variable dPadUpPressed

bool Kywy::Input::dPadUpPressed;

Public Functions Documentation

function handle

void Kywy::Input::handle (
    ::Actor::Message * message
) 

function initialize

virtual void Kywy::Input::initialize () 

Implements Actor::Actor::initialize



The documentation for this class was generated from the following file src/Input.hpp