Home
last modified time | relevance | path

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

/NW4C-1.3.3/include/nw/demo/
Ddemo_Pad.h54 BUTTON_L = nn::hid::CTR::BUTTON_L, //!< @brief L ボタンです。 enumerator
/NW4C-1.3.3/demos/snd/sound3d/sources/
DSound3dApp.cpp245 if ( pad.IsButtonPress( nw::demo::Pad::BUTTON_L ) || in OnUpdatePad()
249 if ( pad.IsButtonPress( nw::demo::Pad::BUTTON_L ) ) in OnUpdatePad()
280 if ( pad.IsButtonDown( nw::demo::Pad::BUTTON_L ) ) in OnUpdatePad()
/NW4C-1.3.3/demos/Nw4cDemo/include/
DSmPadStatus.h38 SM_BUTTON_L = nn::hid::CTR::BUTTON_L,
/NW4C-1.3.3/demos/gfx/ParticleCtrlEmissionDemo/sources/
DParticleCtrlEmissionDemo.cpp352 if (nw::demo::PadFactory::GetPad()->IsButtonDown(nw::demo::Pad::BUTTON_L)) in UpdateParticleCtrlEmissionDemo()
/NW4C-1.3.3/demos/snd/withSdk/sources/
Dmain.cpp356 if ( pad.IsButtonRepeatFast( nw::demo::Pad::BUTTON_L ) ) in OnUpdatePad()
/NW4C-1.3.3/demos/snd/createSoundThreadManually/sources/
Dmain.cpp380 if ( pad.IsButtonRepeatFast( nw::demo::Pad::BUTTON_L ) ) in OnUpdatePad()
/NW4C-1.3.3/demos/gfx/AnimationChangeDemo/sources/
DAnimationChangeDemo.cpp293 if (pad->IsButtonDown(nw::demo::Pad::BUTTON_L)) in ChangeAnimation()
/NW4C-1.3.3/demos/gfx/MultiInstanceDemo/sources/
DMultiInstanceDemo.cpp657 if (nw::demo::PadFactory::GetPad()->IsButtonRepeatFast(nw::demo::Pad::BUTTON_L)) in ControlModels()
/NW4C-1.3.3/demos/gfx/MultiAnimationDemo/sources/
DMultiAnimationDemo.cpp778 if (nw::demo::PadFactory::GetPad()->IsButtonDown( nw::demo::Pad::BUTTON_L )) in DemoScene()