![]() |
Lumino
|
マウスの入力を受け取るためのクラスです。 More...
#include <Mouse.hpp>
Static Public Member Functions | |
static bool | pressed (MouseButtons button) |
ボタンが現在押されているかを判定します。 | |
static bool | triggered (MouseButtons button) |
ボタンが新しく押された瞬間を判定します。 | |
static bool | triggeredOff (MouseButtons button) |
ボタンが離された瞬間を判定します。 | |
static bool | repeated (MouseButtons button) |
ボタンが新しく押された瞬間とリピート状態を判定します。 | |
static Point | position () |
マウスポインタの位置を取得します。 | |
マウスの入力を受け取るためのクラスです。