Home
last modified time | relevance | path

Searched refs:BUTTON_B (Results 1 – 15 of 15) sorted by relevance

/NW4C-1.2.23/include/nw/demo/
Ddemo_Pad.h47 BUTTON_B = nn::hid::CTR::BUTTON_B, //!< @brief B ボタンです。 enumerator
/NW4C-1.2.23/demos/Nw4cDemo/include/
DSmPadStatus.h34 SM_BUTTON_B = nn::hid::CTR::BUTTON_B,
/NW4C-1.2.23/demos/snd/memorySoundArchive/sources/
DMemorySoundArchiveApp.cpp126 if ( pad.IsButtonDown( nw::demo::Pad::BUTTON_B ) ) in OnUpdatePad()
/NW4C-1.2.23/demos/snd/simple/sources/
DSimpleApp.cpp158 if ( pad.IsButtonDown( nw::demo::Pad::BUTTON_B ) ) in OnUpdatePad()
/NW4C-1.2.23/demos/snd/playerHeap/sources/
DplayerHeapApp.cpp171 if ( pad.IsButtonDown( nw::demo::Pad::BUTTON_B ) ) in OnUpdatePad()
/NW4C-1.2.23/demos/snd/externalFile/sources/
DexternalFileApp.cpp169 if ( pad.IsButtonDown( nw::demo::Pad::BUTTON_B ) ) in OnUpdatePad()
/NW4C-1.2.23/demos/snd/originalSoundHeap/sources/
DOriginalSoundHeapApp.cpp149 if ( pad.IsButtonDown( nw::demo::Pad::BUTTON_B ) ) in OnUpdatePad()
/NW4C-1.2.23/demos/snd/labelString/sources/
DLabelStringApp.cpp190 if ( pad.IsButtonDown( nw::demo::Pad::BUTTON_B ) ) in OnUpdatePad()
/NW4C-1.2.23/demos/snd/soundActor/sources/
DSoundActorApp.cpp163 if ( pad.IsButtonDown( nw::demo::Pad::BUTTON_B ) ) in OnUpdatePad()
/NW4C-1.2.23/demos/snd/sound3d/sources/
DSound3dApp.cpp194 if ( pad.IsButtonDown( nw::demo::Pad::BUTTON_B ) ) in OnUpdatePad()
/NW4C-1.2.23/demos/snd/filter/sources/
Dmain.cpp331 if ( pad.IsButtonDown( nw::demo::Pad::BUTTON_B ) ) in OnUpdatePad()
/NW4C-1.2.23/demos/snd/effect/sources/
Dmain.cpp254 if ( pad.IsButtonDown( nw::demo::Pad::BUTTON_B ) ) in OnUpdatePad()
/NW4C-1.2.23/sources/libraries/demo/
Ddemo_CameraController.cpp215 else if ( pad->IsButtonPress(nw::demo::Pad::BUTTON_B) ) in Update()
/NW4C-1.2.23/demos/snd/withSdk/sources/
Dmain.cpp336 if ( pad.IsButtonDown( nw::demo::Pad::BUTTON_B ) ) in OnUpdatePad()
/NW4C-1.2.23/demos/snd/createSoundThreadManually/sources/
Dmain.cpp362 if ( pad.IsButtonDown( nw::demo::Pad::BUTTON_B ) ) in OnUpdatePad()