Home
last modified time | relevance | path

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

/NW4C-1.3.3/include/nw/demo/
Ddemo_Pad.h51 BUTTON_UP = nn::hid::CTR::BUTTON_UP, //!< @brief 十字ボタンの上です。 enumerator
Ddemo_DebugUtility.h715 nw::demo::PadFactory::GetPad()->IsButtonPress(nw::demo::Pad::BUTTON_UP) && in Continue()
/NW4C-1.3.3/demos/Nw4cDemo/include/
DSmPadStatus.h39 SM_BUTTON_UP = nn::hid::CTR::BUTTON_UP,
/NW4C-1.3.3/demos/snd/filter/sources/
Dmain.cpp289 if ( pad.IsButtonRepeatFast( nw::demo::Pad::BUTTON_UP ) ) in OnUpdatePad()
311 if ( pad.IsButtonRepeatFast( nw::demo::Pad::BUTTON_UP ) ) in OnUpdatePad()
/NW4C-1.3.3/demos/snd/soundActor/sources/
DSoundActorApp.cpp183 if ( pad.IsButtonPress( nw::demo::Pad::BUTTON_UP ) ) in OnUpdatePad()
/NW4C-1.3.3/demos/snd/sound3d/sources/
DSound3dApp.cpp228 if ( pad.IsButtonPress( nw::demo::Pad::BUTTON_UP ) ) in OnUpdatePad()
/NW4C-1.3.3/demos/gfx/AnimationBlendDemo/sources/
DAnimationBlendDemo.cpp447 if (pad->IsButtonPress(nw::demo::Pad::BUTTON_UP)) in UpdateBlender()
/NW4C-1.3.3/demos/gfx/MultiInstanceDemo/sources/
DMultiInstanceDemo.cpp661 if (nw::demo::PadFactory::GetPad()->IsButtonPress(nw::demo::Pad::BUTTON_UP)) in ControlModels()