ランタイム
Mix::HID::IKeyboard Class Referenceabstract

キーボードインターフェース More...

#include <IKeyboard.h>

Inheritance diagram for Mix::HID::IKeyboard:
Collaboration diagram for Mix::HID::IKeyboard:

Public Member Functions

virtual UInt32 GetKeyState (Mix::HID::KEY key) const =0
 キーの状態を取得します More...
 
- Public Member Functions inherited from Mix::Reference
void AddRef (void)
 参照数を 1 増やします More...
 
void Release (void)
 参照数を 1 減らします More...
 
Long32 GetRefCount (void)
 参照数を取得します More...
 

Protected Member Functions

virtual ~IKeyboard (void)
 デストラクタ More...
 
- Protected Member Functions inherited from Mix::Reference
 MIX_DECLARE_ALLOCATOR ()
 
 Reference (void)
 コンストラクタ More...
 
 Reference (Long32 count)
 コンストラクタ More...
 
virtual ~Reference (void)
 デストラクタ More...
 

Detailed Description

キーボードインターフェース

Constructor & Destructor Documentation

virtual Mix::HID::IKeyboard::~IKeyboard ( void  )
inlineprotectedvirtual

デストラクタ

Member Function Documentation

virtual UInt32 Mix::HID::IKeyboard::GetKeyState ( Mix::HID::KEY  key) const
pure virtual

キーの状態を取得します

Parameters
[in]key状態を取得するキーを表す Mix::HID::KEY 列挙定数
Returns
キーの状態を表す Mix::HID::SWITCH_STATE 列挙定数の組み合わせを返します

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