Home
last modified time | relevance | path

Searched refs:BUTTON_UP (Results 1 – 8 of 8) sorted by relevance

/NW4C-2.0.3/include/nw/demo/
Ddemo_Pad.h53 BUTTON_UP = nn::hid::CTR::BUTTON_UP, //!< @brief 十字ボタンの上です。 enumerator
Ddemo_DebugUtility.h717 nw::demo::PadFactory::GetPad()->IsButtonPress(nw::demo::Pad::BUTTON_UP) && in Continue()
/NW4C-2.0.3/demos/Nw4cDemo/include/
DSmPadStatus.h41 SM_BUTTON_UP = nn::hid::CTR::BUTTON_UP,
/NW4C-2.0.3/demos/snd/filter/sources/
Dmain.cpp291 if ( pad.IsButtonRepeatFast( nw::demo::Pad::BUTTON_UP ) ) in OnUpdatePad()
313 if ( pad.IsButtonRepeatFast( nw::demo::Pad::BUTTON_UP ) ) in OnUpdatePad()
/NW4C-2.0.3/demos/snd/soundActor/sources/
DSoundActorApp.cpp185 if ( pad.IsButtonPress( nw::demo::Pad::BUTTON_UP ) ) in OnUpdatePad()
/NW4C-2.0.3/demos/snd/sound3d/sources/
DSound3dApp.cpp230 if ( pad.IsButtonPress( nw::demo::Pad::BUTTON_UP ) ) in OnUpdatePad()
/NW4C-2.0.3/demos/gfx/MultiInstanceDemo/sources/
DMultiInstanceDemo.cpp663 if (nw::demo::PadFactory::GetPad()->IsButtonPress(nw::demo::Pad::BUTTON_UP)) in ControlModels()
/NW4C-2.0.3/demos/gfx/AnimationBlendDemo/sources/
DAnimationBlendDemo.cpp449 if (pad->IsButtonPress(nw::demo::Pad::BUTTON_UP)) in UpdateBlender()