#include <MouseInput.hpp>
◆ GetMousePos()
| Point2D< int > Kisaragi_Lib::MouseInput::GetMousePos |
( |
| ) |
|
|
static |
127 {
129 }
std::shared_ptr< T > Singleton< T >::instance
Definition Singleton.hpp:78
◆ InputCheck()
| void Kisaragi_Lib::MouseInput::InputCheck |
( |
| ) |
|
|
static |
◆ ButtonDown()
| bool Kisaragi_Lib::MouseInput::ButtonDown |
( |
MouseButton | _buttonType | ) |
|
|
static |
137 {
138 return instance.ButtonDown(_buttonType);
139 }
◆ ButtonHold()
| bool Kisaragi_Lib::MouseInput::ButtonHold |
( |
MouseButton | _buttonType | ) |
|
|
static |
142 {
143 return instance.ButtonHold(_buttonType);
144 }
◆ ButtonUp()
| bool Kisaragi_Lib::MouseInput::ButtonUp |
( |
MouseButton | _buttonType | ) |
|
|
static |
147 {
148 return instance.ButtonUp(_buttonType);
149 }
◆ MouseWheel()
| int Kisaragi_Lib::MouseInput::MouseWheel |
( |
| ) |
|
|
static |
このクラス詳解は次のファイルから抽出されました: