11#ifndef INCGUARD_MGL_TOUCH_H_1613419314
12#define INCGUARD_MGL_TOUCH_H_1613419314
30 Touch(
size_t index = 0) noexcept
31 : _state(
TouchServer::GetInstance().GetState(index))
77 [[nodiscard]]
constexpr bool IsEnabled() const noexcept
189 explicit constexpr operator bool() const noexcept
203 return !
static_cast<bool>(*this);
static TouchServer & GetInstance() noexcept
Definition mgl_singleton.h:74
TouchID
タッチ識別番号の型
Definition mgl_touch_state.h:25
矩形
Definition mgl_rectangle.h:20
2Dベクトル
Definition mgl_vector2.h:23