Home
last modified time | relevance | path

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

/NW4C-1.3.3/include/nw/demo/
Ddemo_Pad.h52 BUTTON_DOWN = nn::hid::CTR::BUTTON_DOWN, //!< @brief 十字ボタンの下です。 enumerator
Ddemo_DebugUtility.h717 nw::demo::PadFactory::GetPad()->IsButtonPress(nw::demo::Pad::BUTTON_DOWN) && in Continue()
/NW4C-1.3.3/demos/Nw4cDemo/include/
DSmPadStatus.h40 SM_BUTTON_DOWN = nn::hid::CTR::BUTTON_DOWN,
/NW4C-1.3.3/demos/snd/filter/sources/
Dmain.cpp298 if ( pad.IsButtonRepeatFast( nw::demo::Pad::BUTTON_DOWN ) ) in OnUpdatePad()
320 if ( pad.IsButtonRepeatFast( nw::demo::Pad::BUTTON_DOWN ) ) in OnUpdatePad()
/NW4C-1.3.3/demos/snd/soundActor/sources/
DSoundActorApp.cpp189 if ( pad.IsButtonPress( nw::demo::Pad::BUTTON_DOWN ) ) in OnUpdatePad()
/NW4C-1.3.3/demos/snd/sound3d/sources/
DSound3dApp.cpp232 if ( pad.IsButtonPress( nw::demo::Pad::BUTTON_DOWN ) ) in OnUpdatePad()
/NW4C-1.3.3/demos/gfx/AnimationBlendDemo/sources/
DAnimationBlendDemo.cpp452 if (pad->IsButtonPress(nw::demo::Pad::BUTTON_DOWN)) in UpdateBlender()