Home
last modified time | relevance | path

Searched refs:BUTTON_Y (Results 1 – 10 of 10) sorted by relevance

/NW4C-2.0.3/include/nw/demo/
Ddemo_Pad.h58 BUTTON_Y = nn::hid::CTR::BUTTON_Y, //!< @brief Y ボタンです。 enumerator
/NW4C-2.0.3/demos/Nw4cDemo/include/
DSmPadStatus.h38 SM_BUTTON_Y = nn::hid::CTR::BUTTON_Y,
/NW4C-2.0.3/demos/snd/simple/sources/
DSimpleApp.cpp153 if ( pad.IsButtonDown( nw::demo::Pad::BUTTON_Y ) ) in OnUpdatePad()
/NW4C-2.0.3/demos/snd/holdSound/sources/
DHoldSoundApp.cpp169 if ( pad.IsButtonPress( nw::demo::Pad::BUTTON_Y ) ) in OnUpdatePad()
/NW4C-2.0.3/demos/snd/labelString/sources/
DLabelStringApp.cpp185 if ( pad.IsButtonDown( nw::demo::Pad::BUTTON_Y ) ) in OnUpdatePad()
/NW4C-2.0.3/demos/snd/filter/sources/
Dmain.cpp262 if ( pad.IsButtonDown( nw::demo::Pad::BUTTON_Y ) ) in OnUpdatePad()
/NW4C-2.0.3/demos/snd/effect/sources/
Dmain.cpp247 if ( pad.IsButtonDown( nw::demo::Pad::BUTTON_Y ) ) in OnUpdatePad()
/NW4C-2.0.3/sources/libraries/demo/
Ddemo_CameraController.cpp230 else if ( pad->IsButtonPress(nw::demo::Pad::BUTTON_Y) ) in Update()
/NW4C-2.0.3/demos/snd/withSdk/sources/
Dmain.cpp333 if ( pad.IsButtonDown( nw::demo::Pad::BUTTON_Y ) ) in OnUpdatePad()
/NW4C-2.0.3/demos/snd/createSoundThreadManually/sources/
Dmain.cpp357 if ( pad.IsButtonDown( nw::demo::Pad::BUTTON_Y ) ) in OnUpdatePad()