Home
last modified time | relevance | path

Searched refs:BUTTON_DOWN (Results 1 – 7 of 7) sorted by relevance

/NW4C-2.0.3/include/nw/demo/
Ddemo_Pad.h54 BUTTON_DOWN = nn::hid::CTR::BUTTON_DOWN, //!< @brief 十字ボタンの下です。 enumerator
Ddemo_DebugUtility.h719 nw::demo::PadFactory::GetPad()->IsButtonPress(nw::demo::Pad::BUTTON_DOWN) && in Continue()
/NW4C-2.0.3/demos/Nw4cDemo/include/
DSmPadStatus.h42 SM_BUTTON_DOWN = nn::hid::CTR::BUTTON_DOWN,
/NW4C-2.0.3/demos/snd/filter/sources/
Dmain.cpp300 if ( pad.IsButtonRepeatFast( nw::demo::Pad::BUTTON_DOWN ) ) in OnUpdatePad()
322 if ( pad.IsButtonRepeatFast( nw::demo::Pad::BUTTON_DOWN ) ) in OnUpdatePad()
/NW4C-2.0.3/demos/snd/soundActor/sources/
DSoundActorApp.cpp191 if ( pad.IsButtonPress( nw::demo::Pad::BUTTON_DOWN ) ) in OnUpdatePad()
/NW4C-2.0.3/demos/snd/sound3d/sources/
DSound3dApp.cpp234 if ( pad.IsButtonPress( nw::demo::Pad::BUTTON_DOWN ) ) in OnUpdatePad()
/NW4C-2.0.3/demos/gfx/AnimationBlendDemo/sources/
DAnimationBlendDemo.cpp454 if (pad->IsButtonPress(nw::demo::Pad::BUTTON_DOWN)) in UpdateBlender()