Home
last modified time | relevance | path

Searched refs:BUTTON_R (Results 1 – 10 of 10) sorted by relevance

/NW4C-2.0.3/include/nw/demo/
Ddemo_Pad.h55 BUTTON_R = nn::hid::CTR::BUTTON_R, //!< @brief R ボタンです。 enumerator
/NW4C-2.0.3/demos/snd/sound3d/sources/
DSound3dApp.cpp248 pad.IsButtonPress( nw::demo::Pad::BUTTON_R ) ) in OnUpdatePad()
255 if ( pad.IsButtonPress( nw::demo::Pad::BUTTON_R ) ) in OnUpdatePad()
291 if ( pad.IsButtonDown( nw::demo::Pad::BUTTON_R ) ) in OnUpdatePad()
/NW4C-2.0.3/demos/Nw4cDemo/include/
DSmPadStatus.h39 SM_BUTTON_R = nn::hid::CTR::BUTTON_R,
/NW4C-2.0.3/demos/gfx/ParticleCtrlEmissionDemo/sources/
DParticleCtrlEmissionDemo.cpp365 if (nw::demo::PadFactory::GetPad()->IsButtonDown(nw::demo::Pad::BUTTON_R)) in UpdateParticleCtrlEmissionDemo()
/NW4C-2.0.3/demos/gfx/ParticleChokeDemo/sources/
DParticleChokeDemo.cpp380 if (s_IsDone && nw::demo::PadFactory::GetPad()->IsButtonDown(nw::demo::Pad::BUTTON_R)) in UpdateParticleChokeDemo()
/NW4C-2.0.3/demos/snd/withSdk/sources/
Dmain.cpp353 if ( pad.IsButtonRepeatFast( nw::demo::Pad::BUTTON_R ) ) in OnUpdatePad()
/NW4C-2.0.3/demos/snd/createSoundThreadManually/sources/
Dmain.cpp377 if ( pad.IsButtonRepeatFast( nw::demo::Pad::BUTTON_R ) ) in OnUpdatePad()
/NW4C-2.0.3/demos/gfx/AnimationChangeDemo/sources/
DAnimationChangeDemo.cpp301 if (pad->IsButtonDown(nw::demo::Pad::BUTTON_R)) in ChangeAnimation()
/NW4C-2.0.3/demos/gfx/MultiInstanceDemo/sources/
DMultiInstanceDemo.cpp672 else if (nw::demo::PadFactory::GetPad()->IsButtonRepeatFast(nw::demo::Pad::BUTTON_R)) in ControlModels()
/NW4C-2.0.3/demos/gfx/MultiAnimationDemo/sources/
DMultiAnimationDemo.cpp786 if (nw::demo::PadFactory::GetPad()->IsButtonDown( nw::demo::Pad::BUTTON_R )) in DemoScene()