In file src/H_Image.h:

class KeyJoystick: public HJoystick


Inheritance:


Public Fields

[more]H_KEY up_key
[more]H_KEY down_key
[more]H_KEY left_key
[more]H_KEY right_key
[more]H_KEY button_key
[more]REAL speed

Public Methods

[more] KeyJoystick(HWindow *w)
[more]virtual ~KeyJoystick()
[more]virtual bool IsValid()
[more]virtual const char* GetDescription()
[more]virtual int GetNumAxis()
[more]virtual int GetNumButtons()
[more]virtual void UpdateState()
[more]virtual REAL GetAxisPos(int i)
[more]virtual bool GetButtonPos(int i)

Private Fields

[more]HWindow* m_HWindow
[more]REAL Yaxis
from -1(down) to 1(up)
[more]REAL Xaxis
from -1(left) to 1(right)
[more]bool button


Inherited from HJoystick:


Documentation

o KeyJoystick(HWindow *w)

ovirtual ~KeyJoystick()

ovirtual bool IsValid()

ovirtual const char* GetDescription()

ovirtual int GetNumAxis()

ovirtual int GetNumButtons()

ovirtual void UpdateState()

ovirtual REAL GetAxisPos(int i)

ovirtual bool GetButtonPos(int i)

oH_KEY up_key

oH_KEY down_key

oH_KEY left_key

oH_KEY right_key

oH_KEY button_key

oREAL speed

oHWindow* m_HWindow

oREAL Yaxis
from -1(down) to 1(up)

oREAL Xaxis
from -1(left) to 1(right)

obool button


This class has no child classes.

Alphabetic index HTML hierarchy of classes or Java



This page was generated with the help of DOC++.