OROCHI
 
Loading...
Searching...
No Matches
GxInputInitialInformation Class Reference

初期化クラス More...

#include <GxSysInput.h>

Inheritance diagram for GxInputInitialInformation:
Collaboration diagram for GxInputInitialInformation:

Public Member Functions

初期化
 GxInputInitialInformation (void)
 コンストラクタ
 
操作
void loadJson (const GxJson::GxJsonNode &jsonNode)
 JSONから読み込み
 
- Public Member Functions inherited from GxClassBase
constexpr GxClassBase (void)
 コンストラクタ
 
constexpr GxClassBase (const GxClassBase &base)
 コピーコンストラクタ
 
 ~GxClassBase (void) override
 デストラクタ
 
- Public Member Functions inherited from GxClassBaseRoot
constexpr GxClassBaseRoot (void)
 コンストラクタ
 
constexpr GxClassBaseRoot (const GxClassBaseRoot &)
 コピーコンストラクタ
 
virtual ~GxClassBaseRoot (void)
 デストラクタ
 
constexpr GxClassBaseRootoperator= (const GxClassBaseRoot &)
 代入演算子
 
virtual GxRttigetRtti (void) const =0
 Rttiの取得
 
virtual GX_FORCE_INLINE const GxTypedObjectgetDefaultObject (void)
 デフォルトオブジェクトを取得
 
GX_FORCE_INLINE b32 isDefaultObject (void)
 デフォルトオブジェクト判定
 

Public Attributes

メンバ変数
u32 _networkPadCount
 ネットワークパッドの個数
 
b32 _enableDInputKeyboard
 キーボード入力を DirectInput で初期化する
 
b32 _enableForegroundKeyboard
 ウインドウにフォーカスがある場合のみキー入力を受け付ける
 
b32 _enableForegroundPad
 ウインドウにフォーカスがある場合のみパッド力を受け付ける
 
b32 _enableForegroundMouse
 ウインドウにフォーカスがある場合のみマウス入力を受け付ける
 
b32 _useDualshock
 Win64 で DUALSHOCK4 を有効にする(別途DLLが必要です)
 
u32 _supportedStyleSetMask
 NX のスタイルセットマスク (GxPadNX::PAD_STYLE_MASK マスク値)
 

Additional Inherited Members

- Static Public Member Functions inherited from GxClassBaseRoot
static GX_FORCE_INLINE GxRtti__getStaticRtti (void)
 Rttiの取得
 

Detailed Description

初期化クラス

Member Function Documentation

◆ loadJson()

void GxInputInitialInformation::loadJson ( const GxJson::GxJsonNode & jsonNode)

JSONから読み込み

Parameters
jsonNode[in] JSONノード
Here is the caller graph for this function:

The documentation for this class was generated from the following files: