CrossFramework Library
|
#include <XBase/HID.hpp>
HID(Human Interface Device)にアクセスするクラス。
コンストラクタとデストラクタ | |
HID (Display &) | |
コンストラクタ。 | |
~HID () | |
デストラクタ。 | |
キーボードデバイス | |
uint | keyboardCount () const |
キーボードの総数。 | |
const Keyboard | keyboardAtIndex (uint aIndex) const |
指定番目のキーボードを取得。 | |
const Keyboard | keyboard () const |
存在する環境なら0番のキーボードを取得する。 | |
マウスデバイス | |
uint | mouseCount () const |
マウスの総数。 | |
const Mouse | mouseAtIndex (uint aIndex) const |
指定番目のマウスを取得。 | |
const Mouse | mouse () const |
存在する環境なら0番のマウスを取得する。 | |
タッチデバイス | |
uint | supportedTouchTapCount () const |
この機器でサポートされているタップ数を取得する。 | |
uint | touchCount () const |
タッチデバイスの総数。 | |
const Touch | touchAtIndex (uint aIndex) const |
指定番目のタッチデバイスの取得。 | |
const Touch | touch () const |
存在する環境なら0番のタッチデバイスを取得する。 |