クラス Touch

タッチパネルデバイスを表すクラス [詳細]

すべてのメンバ一覧

Static Public メソッド

static List< TouchDataGetData (int deviceIndex)
 タッチパネル(前面)のデータを取得する
static List< TouchDataGetRearTouchData (int deviceIndex)
 タッチパネル(背面)のデータを取得する

説明

タッチパネルデバイスを表すクラス


メソッド

static List<TouchData> GetData ( int  deviceIndex) [static]

タッチパネル(前面)のデータを取得する

引数:
deviceIndexデバイスの番号(0~)
戻り値:
タッチパネル(前面)のデータ
参照:
TouchData
static List<TouchData> GetRearTouchData ( int  deviceIndex) [static]

タッチパネル(背面)のデータを取得する

引数:
deviceIndexデバイスの番号(0~)
戻り値:
タッチパネル(背面)のデータ
参照:
TouchData