Home
last modified time | relevance | path

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

/NW4C-1.3.3/include/nw/demo/
Ddemo_Pad.h50 BUTTON_LEFT = nn::hid::CTR::BUTTON_LEFT, //!< @brief 十字ボタンの左です。 enumerator
Ddemo_DebugUtility.h718 nw::demo::PadFactory::GetPad()->IsButtonPress(nw::demo::Pad::BUTTON_LEFT); in Continue()
/NW4C-1.3.3/demos/Nw4cDemo/include/
DSmPadStatus.h42 SM_BUTTON_LEFT = nn::hid::CTR::BUTTON_LEFT,
/NW4C-1.3.3/demos/snd/soundActor/sources/
DSoundActorApp.cpp169 if ( pad.IsButtonPress( nw::demo::Pad::BUTTON_LEFT ) ) in OnUpdatePad()
/NW4C-1.3.3/demos/snd/filter/sources/
Dmain.cpp268 if ( pad.IsButtonDown( nw::demo::Pad::BUTTON_LEFT ) ) in OnUpdatePad()
/NW4C-1.3.3/demos/snd/sound3d/sources/
DSound3dApp.cpp236 if ( pad.IsButtonPress( nw::demo::Pad::BUTTON_LEFT ) ) in OnUpdatePad()
/NW4C-1.3.3/demos/snd/hioSoundArchive/sources/
Dmain.cpp372 if ( pad.IsButtonRepeatFast( nw::demo::Pad::BUTTON_LEFT ) ) in OnUpdatePad()
/NW4C-1.3.3/demos/snd/effect/sources/
Dmain.cpp260 if ( pad.IsButtonDown( nw::demo::Pad::BUTTON_LEFT ) ) in OnUpdatePad()
/NW4C-1.3.3/demos/gfx/ParticleMissileDemo/sources/
DParticleMissileDemo.cpp361 if (nw::demo::PadFactory::GetPad()->IsButtonPress(nw::demo::Pad::BUTTON_LEFT)) in UpdateParticleMissileDemo()
/NW4C-1.3.3/demos/gfx/AnimationDemo/sources/
DAnimationDemo.cpp298 if (pad->IsButtonPress(nw::demo::Pad::BUTTON_LEFT)) in ChangeSpeed()
/NW4C-1.3.3/demos/gfx/AnimationChangeDemo/sources/
DAnimationChangeDemo.cpp283 if (pad->IsButtonDown(nw::demo::Pad::BUTTON_LEFT)) in ChangeAnimation()
/NW4C-1.3.3/demos/gfx/AnimationBlendDemo/sources/
DAnimationBlendDemo.cpp420 if (pad->IsButtonPress(nw::demo::Pad::BUTTON_LEFT)) in UpdateBlender()