Home
last modified time | relevance | path

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

/NW4C-2.0.3/include/nw/demo/
Ddemo_Pad.h52 BUTTON_LEFT = nn::hid::CTR::BUTTON_LEFT, //!< @brief 十字ボタンの左です。 enumerator
Ddemo_DebugUtility.h720 nw::demo::PadFactory::GetPad()->IsButtonPress(nw::demo::Pad::BUTTON_LEFT); in Continue()
/NW4C-2.0.3/demos/Nw4cDemo/include/
DSmPadStatus.h44 SM_BUTTON_LEFT = nn::hid::CTR::BUTTON_LEFT,
/NW4C-2.0.3/demos/snd/soundActor/sources/
DSoundActorApp.cpp171 if ( pad.IsButtonPress( nw::demo::Pad::BUTTON_LEFT ) ) in OnUpdatePad()
/NW4C-2.0.3/demos/snd/filter/sources/
Dmain.cpp270 if ( pad.IsButtonDown( nw::demo::Pad::BUTTON_LEFT ) ) in OnUpdatePad()
/NW4C-2.0.3/demos/snd/sound3d/sources/
DSound3dApp.cpp238 if ( pad.IsButtonPress( nw::demo::Pad::BUTTON_LEFT ) ) in OnUpdatePad()
/NW4C-2.0.3/demos/snd/hioSoundArchive/sources/
Dmain.cpp374 if ( pad.IsButtonRepeatFast( nw::demo::Pad::BUTTON_LEFT ) ) in OnUpdatePad()
/NW4C-2.0.3/demos/snd/effect/sources/
Dmain.cpp262 if ( pad.IsButtonDown( nw::demo::Pad::BUTTON_LEFT ) ) in OnUpdatePad()
/NW4C-2.0.3/demos/gfx/ParticleMissileDemo/sources/
DParticleMissileDemo.cpp363 if (nw::demo::PadFactory::GetPad()->IsButtonPress(nw::demo::Pad::BUTTON_LEFT)) in UpdateParticleMissileDemo()
/NW4C-2.0.3/demos/gfx/AnimationDemo/sources/
DAnimationDemo.cpp300 if (pad->IsButtonPress(nw::demo::Pad::BUTTON_LEFT)) in ChangeSpeed()
/NW4C-2.0.3/demos/gfx/AnimationChangeDemo/sources/
DAnimationChangeDemo.cpp285 if (pad->IsButtonDown(nw::demo::Pad::BUTTON_LEFT)) in ChangeAnimation()
/NW4C-2.0.3/demos/gfx/AnimationBlendDemo/sources/
DAnimationBlendDemo.cpp422 if (pad->IsButtonPress(nw::demo::Pad::BUTTON_LEFT)) in UpdateBlender()