Home
last modified time | relevance | path

Searched refs:pCaptionNo (Results 1 – 2 of 2) sorted by relevance

/CTR-SDK-4.2.7-SampleDemos/common/libraries/scene/
DUtil.cpp235 …ntrolManager* pManager, u32 idYes, u32 idNo, const wchar_t* pCaptionYes, const wchar_t* pCaptionNo) in AddYesNoButtons() argument
238 pManager->Add(new Button(idNo, 162, 208, 156, 30, pCaptionNo)); in AddYesNoButtons()
/CTR-SDK-4.2.7-SampleDemos/common/include/scene/
DUtil.h108 …ager, u32 idYes, u32 idNo, const wchar_t* pCaptionYes = L"はい", const wchar_t* pCaptionNo = L"いいえ");