Home
last modified time | relevance | path

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

/NW4C-1.3.3/include/nw/demo/
Ddemo_Pad.h49 BUTTON_RIGHT = nn::hid::CTR::BUTTON_RIGHT, //!< @brief 十字ボタンの右です。 enumerator
59 …BUTTON_EMULATION_RIGHT = nn::hid::CTR::BUTTON_RIGHT, //!< @brief アナログスティックによる十字ボタンエミュレーションの…
60 …BUTTON_EMULATION_LEFT = nn::hid::CTR::BUTTON_RIGHT, //!< @brief アナログスティックによる十字ボタンエミュレーションの…
61 …BUTTON_EMULATION_UP = nn::hid::CTR::BUTTON_RIGHT, //!< @brief アナログスティックによる十字ボタンエミュレーションの…
62 …BUTTON_EMULATION_DOWN = nn::hid::CTR::BUTTON_RIGHT, //!< @brief アナログスティックによる十字ボタンエミュレーションの…
Ddemo_DebugUtility.h716 nw::demo::PadFactory::GetPad()->IsButtonPress(nw::demo::Pad::BUTTON_RIGHT) && in Continue()
/NW4C-1.3.3/demos/Nw4cDemo/include/
DSmPadStatus.h41 SM_BUTTON_RIGHT = nn::hid::CTR::BUTTON_RIGHT,
/NW4C-1.3.3/demos/snd/soundActor/sources/
DSoundActorApp.cpp175 if ( pad.IsButtonPress( nw::demo::Pad::BUTTON_RIGHT ) ) in OnUpdatePad()
/NW4C-1.3.3/demos/snd/filter/sources/
Dmain.cpp277 if ( pad.IsButtonDown( nw::demo::Pad::BUTTON_RIGHT ) ) in OnUpdatePad()
/NW4C-1.3.3/demos/snd/sound3d/sources/
DSound3dApp.cpp240 if ( pad.IsButtonPress( nw::demo::Pad::BUTTON_RIGHT ) ) in OnUpdatePad()
/NW4C-1.3.3/demos/snd/hioSoundArchive/sources/
Dmain.cpp383 if ( pad.IsButtonRepeatFast( nw::demo::Pad::BUTTON_RIGHT ) ) in OnUpdatePad()
/NW4C-1.3.3/demos/snd/effect/sources/
Dmain.cpp267 if ( pad.IsButtonDown( nw::demo::Pad::BUTTON_RIGHT ) ) in OnUpdatePad()
/NW4C-1.3.3/demos/gfx/ParticleMissileDemo/sources/
DParticleMissileDemo.cpp352 if (nw::demo::PadFactory::GetPad()->IsButtonPress(nw::demo::Pad::BUTTON_RIGHT)) in UpdateParticleMissileDemo()
/NW4C-1.3.3/demos/gfx/AnimationDemo/sources/
DAnimationDemo.cpp302 if (pad->IsButtonPress(nw::demo::Pad::BUTTON_RIGHT)) in ChangeSpeed()
/NW4C-1.3.3/demos/gfx/AnimationChangeDemo/sources/
DAnimationChangeDemo.cpp287 if (pad->IsButtonDown(nw::demo::Pad::BUTTON_RIGHT)) in ChangeAnimation()
/NW4C-1.3.3/demos/gfx/AnimationBlendDemo/sources/
DAnimationBlendDemo.cpp425 if (pad->IsButtonPress(nw::demo::Pad::BUTTON_RIGHT)) in UpdateBlender()