11#ifndef INCGUARD_MGL_TOUCH_STATE_H_1613412992 
   12#define INCGUARD_MGL_TOUCH_STATE_H_1613412992 
   32    rhs = 
TouchID{
static_cast<std::underlying_type_t<TouchID>
>(rhs) + 1};
 
   33    if (rhs >= TouchID::Invalid)
 
 
   45    rhs = 
TouchID{
static_cast<std::underlying_type_t<TouchID>
>(rhs) + 1};
 
   46    if (rhs >= TouchID::Invalid)
 
 
std::array< TouchState, kMultiTouchCount > TouchStateArray
タッチステートの配列
Definition mgl_touch_state.h:100
 
constexpr TouchID operator++(TouchID &rhs) noexcept
TouchIDのプリインクリメントのオーバーロード
Definition mgl_touch_state.h:30
 
TouchID
タッチ識別番号の型
Definition mgl_touch_state.h:25
 
constexpr size_t kMultiTouchCount
< マルチタッチの最大認識数
Definition mgl_touch_state.h:21
 
2Dベクトル
Definition mgl_vector2.h:23