UniDx
読み取り中…
検索中…
一致する文字列を見つけられません
UniDx::Input クラス

#include <Input.h>

静的公開メンバ関数

static void initialize ()
static void update ()
static bool GetKey (Keyboard::Keys key)
static bool GetKeyDown (Keyboard::Keys key)
static bool GetKeyUp (Keyboard::Keys key)

静的限定公開変数類

static std::unique_ptr< Keyboard > keyboard
static Keyboard::State nowKeyState
static Keyboard::State prevKeyState

関数詳解

◆ GetKey()

bool UniDx::Input::GetKey ( Keyboard::Keys key)
inlinestatic

◆ GetKeyDown()

bool UniDx::Input::GetKeyDown ( Keyboard::Keys key)
inlinestatic

◆ GetKeyUp()

bool UniDx::Input::GetKeyUp ( Keyboard::Keys key)
inlinestatic

◆ initialize()

void UniDx::Input::initialize ( )
inlinestatic

◆ update()

void UniDx::Input::update ( )
inlinestatic

メンバ詳解

◆ keyboard

std::unique_ptr< DirectX::Keyboard > UniDx::Input::keyboard
staticprotected

◆ nowKeyState

DirectX::Keyboard::State UniDx::Input::nowKeyState
staticprotected

◆ prevKeyState

DirectX::Keyboard::State UniDx::Input::prevKeyState
staticprotected

このクラス詳解は次のファイルから抽出されました: