Home
last modified time | relevance | path

Searched refs:BUTTON_RIGHT (Results 1 – 12 of 12) sorted by relevance

/NW4C-2.0.3/include/nw/demo/
Ddemo_Pad.h51 BUTTON_RIGHT = nn::hid::CTR::BUTTON_RIGHT, //!< @brief 十字ボタンの右です。 enumerator
61 …BUTTON_EMULATION_RIGHT = nn::hid::CTR::BUTTON_RIGHT, //!< @brief アナログスティックによる十字ボタンエミュレーションの…
62 …BUTTON_EMULATION_LEFT = nn::hid::CTR::BUTTON_RIGHT, //!< @brief アナログスティックによる十字ボタンエミュレーションの…
63 …BUTTON_EMULATION_UP = nn::hid::CTR::BUTTON_RIGHT, //!< @brief アナログスティックによる十字ボタンエミュレーションの…
64 …BUTTON_EMULATION_DOWN = nn::hid::CTR::BUTTON_RIGHT, //!< @brief アナログスティックによる十字ボタンエミュレーションの…
Ddemo_DebugUtility.h718 nw::demo::PadFactory::GetPad()->IsButtonPress(nw::demo::Pad::BUTTON_RIGHT) && in Continue()
/NW4C-2.0.3/demos/Nw4cDemo/include/
DSmPadStatus.h43 SM_BUTTON_RIGHT = nn::hid::CTR::BUTTON_RIGHT,
/NW4C-2.0.3/demos/snd/soundActor/sources/
DSoundActorApp.cpp177 if ( pad.IsButtonPress( nw::demo::Pad::BUTTON_RIGHT ) ) in OnUpdatePad()
/NW4C-2.0.3/demos/snd/filter/sources/
Dmain.cpp279 if ( pad.IsButtonDown( nw::demo::Pad::BUTTON_RIGHT ) ) in OnUpdatePad()
/NW4C-2.0.3/demos/snd/sound3d/sources/
DSound3dApp.cpp242 if ( pad.IsButtonPress( nw::demo::Pad::BUTTON_RIGHT ) ) in OnUpdatePad()
/NW4C-2.0.3/demos/snd/hioSoundArchive/sources/
Dmain.cpp385 if ( pad.IsButtonRepeatFast( nw::demo::Pad::BUTTON_RIGHT ) ) in OnUpdatePad()
/NW4C-2.0.3/demos/snd/effect/sources/
Dmain.cpp269 if ( pad.IsButtonDown( nw::demo::Pad::BUTTON_RIGHT ) ) in OnUpdatePad()
/NW4C-2.0.3/demos/gfx/ParticleMissileDemo/sources/
DParticleMissileDemo.cpp354 if (nw::demo::PadFactory::GetPad()->IsButtonPress(nw::demo::Pad::BUTTON_RIGHT)) in UpdateParticleMissileDemo()
/NW4C-2.0.3/demos/gfx/AnimationDemo/sources/
DAnimationDemo.cpp304 if (pad->IsButtonPress(nw::demo::Pad::BUTTON_RIGHT)) in ChangeSpeed()
/NW4C-2.0.3/demos/gfx/AnimationChangeDemo/sources/
DAnimationChangeDemo.cpp289 if (pad->IsButtonDown(nw::demo::Pad::BUTTON_RIGHT)) in ChangeAnimation()
/NW4C-2.0.3/demos/gfx/AnimationBlendDemo/sources/
DAnimationBlendDemo.cpp427 if (pad->IsButtonPress(nw::demo::Pad::BUTTON_RIGHT)) in UpdateBlender()