Home
last modified time | relevance | path

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

/NW4C-1.2.23/include/nw/demo/
Ddemo_Pad.h50 BUTTON_LEFT = nn::hid::CTR::BUTTON_LEFT, //!< @brief 十字ボタンの左です。 enumerator
/NW4C-1.2.23/demos/Nw4cDemo/include/
DSmPadStatus.h42 SM_BUTTON_LEFT = nn::hid::CTR::BUTTON_LEFT,
/NW4C-1.2.23/demos/snd/soundActor/sources/
DSoundActorApp.cpp169 if ( pad.IsButtonPress( nw::demo::Pad::BUTTON_LEFT ) ) in OnUpdatePad()
/NW4C-1.2.23/demos/snd/sound3d/sources/
DSound3dApp.cpp212 if ( pad.IsButtonPress( nw::demo::Pad::BUTTON_LEFT ) ) in OnUpdatePad()
/NW4C-1.2.23/demos/snd/filter/sources/
Dmain.cpp268 if ( pad.IsButtonDown( nw::demo::Pad::BUTTON_LEFT ) ) in OnUpdatePad()
/NW4C-1.2.23/demos/snd/effect/sources/
Dmain.cpp260 if ( pad.IsButtonDown( nw::demo::Pad::BUTTON_LEFT ) ) in OnUpdatePad()
/NW4C-1.2.23/demos/gfx/AnimationDemo/sources/
DAnimationDemo.cpp298 if (pad->IsButtonPress(nw::demo::Pad::BUTTON_LEFT)) in ChangeSpeed()
/NW4C-1.2.23/demos/gfx/AnimationChangeDemo/sources/
DAnimationChangeDemo.cpp291 if (pad->IsButtonDown(nw::demo::Pad::BUTTON_LEFT)) in ChangeAnimation()
/NW4C-1.2.23/demos/gfx/AnimationBlendDemo/sources/
DAnimationBlendDemo.cpp428 if (pad->IsButtonPress(nw::demo::Pad::BUTTON_LEFT)) in UpdateBlender()