Home
last modified time | relevance | path

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

/NW4C-1.2.23/include/nw/demo/
Ddemo_Pad.h53 BUTTON_R = nn::hid::CTR::BUTTON_R, //!< @brief R ボタンです。 enumerator
/NW4C-1.2.23/demos/Nw4cDemo/include/
DSmPadStatus.h37 SM_BUTTON_R = nn::hid::CTR::BUTTON_R,
/NW4C-1.2.23/demos/snd/sound3d/sources/
DSound3dApp.cpp222 pad.IsButtonPress( nw::demo::Pad::BUTTON_R ) ) in OnUpdatePad()
229 if ( pad.IsButtonPress( nw::demo::Pad::BUTTON_R ) ) in OnUpdatePad()
/NW4C-1.2.23/demos/gfx/ParticleCtrlEmissionDemo/sources/
DParticleCtrlEmissionDemo.cpp355 if (nw::demo::PadFactory::GetPad()->IsButtonDown(nw::demo::Pad::BUTTON_R)) in UpdateParticleCtrlEmissionDemo()
/NW4C-1.2.23/demos/gfx/ParticleChokeDemo/sources/
DParticleChokeDemo.cpp369 if (s_IsDone && nw::demo::PadFactory::GetPad()->IsButtonDown(nw::demo::Pad::BUTTON_R)) in UpdateParticleChokeDemo()
/NW4C-1.2.23/demos/snd/withSdk/sources/
Dmain.cpp349 if ( pad.IsButtonRepeatFast( nw::demo::Pad::BUTTON_R ) ) in OnUpdatePad()
/NW4C-1.2.23/demos/snd/createSoundThreadManually/sources/
Dmain.cpp375 if ( pad.IsButtonRepeatFast( nw::demo::Pad::BUTTON_R ) ) in OnUpdatePad()
/NW4C-1.2.23/demos/gfx/AnimationChangeDemo/sources/
DAnimationChangeDemo.cpp307 if (pad->IsButtonDown(nw::demo::Pad::BUTTON_R)) in ChangeAnimation()
/NW4C-1.2.23/demos/gfx/MultiInstanceDemo/sources/
DMultiInstanceDemo.cpp678 else if (nw::demo::PadFactory::GetPad()->IsButtonRepeatFast(nw::demo::Pad::BUTTON_R)) in ControlModels()
/NW4C-1.2.23/demos/gfx/MultiAnimationDemo/sources/
DMultiAnimationDemo.cpp748 if (nw::demo::PadFactory::GetPad()->IsButtonDown( nw::demo::Pad::BUTTON_R )) in DemoScene()