Home
last modified time | relevance | path

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

/NW4C-1.2.23/include/nw/demo/
Ddemo_Pad.h56 BUTTON_Y = nn::hid::CTR::BUTTON_Y, //!< @brief Y ボタンです。 enumerator
/NW4C-1.2.23/demos/Nw4cDemo/include/
DSmPadStatus.h36 SM_BUTTON_Y = nn::hid::CTR::BUTTON_Y,
/NW4C-1.2.23/demos/snd/simple/sources/
DSimpleApp.cpp151 if ( pad.IsButtonDown( nw::demo::Pad::BUTTON_Y ) ) in OnUpdatePad()
/NW4C-1.2.23/demos/snd/holdSound/sources/
DHoldSoundApp.cpp167 if ( pad.IsButtonPress( nw::demo::Pad::BUTTON_Y ) ) in OnUpdatePad()
/NW4C-1.2.23/demos/snd/labelString/sources/
DLabelStringApp.cpp183 if ( pad.IsButtonDown( nw::demo::Pad::BUTTON_Y ) ) in OnUpdatePad()
/NW4C-1.2.23/demos/snd/filter/sources/
Dmain.cpp260 if ( pad.IsButtonDown( nw::demo::Pad::BUTTON_Y ) ) in OnUpdatePad()
/NW4C-1.2.23/demos/snd/effect/sources/
Dmain.cpp245 if ( pad.IsButtonDown( nw::demo::Pad::BUTTON_Y ) ) in OnUpdatePad()
/NW4C-1.2.23/sources/libraries/demo/
Ddemo_CameraController.cpp228 else if ( pad->IsButtonPress(nw::demo::Pad::BUTTON_Y) ) in Update()
/NW4C-1.2.23/demos/snd/withSdk/sources/
Dmain.cpp329 if ( pad.IsButtonDown( nw::demo::Pad::BUTTON_Y ) ) in OnUpdatePad()
/NW4C-1.2.23/demos/snd/createSoundThreadManually/sources/
Dmain.cpp355 if ( pad.IsButtonDown( nw::demo::Pad::BUTTON_Y ) ) in OnUpdatePad()