Home
last modified time | relevance | path

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

/NW4C-1.2.23/include/nw/demo/
Ddemo_Pad.h51 BUTTON_UP = nn::hid::CTR::BUTTON_UP, //!< @brief 十字ボタンの上です。 enumerator
/NW4C-1.2.23/demos/Nw4cDemo/include/
DSmPadStatus.h39 SM_BUTTON_UP = nn::hid::CTR::BUTTON_UP,
/NW4C-1.2.23/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.2.23/demos/snd/soundActor/sources/
DSoundActorApp.cpp183 if ( pad.IsButtonPress( nw::demo::Pad::BUTTON_UP ) ) in OnUpdatePad()
/NW4C-1.2.23/demos/snd/sound3d/sources/
DSound3dApp.cpp204 if ( pad.IsButtonPress( nw::demo::Pad::BUTTON_UP ) ) in OnUpdatePad()
/NW4C-1.2.23/demos/gfx/MultiInstanceDemo/sources/
DMultiInstanceDemo.cpp669 if (nw::demo::PadFactory::GetPad()->IsButtonPress(nw::demo::Pad::BUTTON_UP)) in ControlModels()
/NW4C-1.2.23/demos/gfx/AnimationBlendDemo/sources/
DAnimationBlendDemo.cpp455 if (pad->IsButtonPress(nw::demo::Pad::BUTTON_UP)) in UpdateBlender()