#include <Win32InputBox.h>
|
static INT_PTR | InputBoxEx (WIN32INPUTBOX_PARAM *) |
static INT_PTR | InputBox (LPCSTR szTitle, LPCSTR szPrompt, LPSTR szResult, DWORD nResultSize, bool bMultiLine=false, HWND hwndParent=0) |
static std::string | AnsiToUtf8 (std::string strAnsi) |
static std::string | Utf8ToAnsi (std::string strUTF8) |
static std::string AnsiToUtf8 |
( |
std::string |
strAnsi) | |
|
|
static |
static INT_PTR InputBox |
( |
LPCSTR |
szTitle, |
|
|
LPCSTR |
szPrompt, |
|
|
LPSTR |
szResult, |
|
|
DWORD |
nResultSize, |
|
|
bool |
bMultiLine = false , |
|
|
HWND |
hwndParent = 0 |
|
) |
| |
|
static |
static std::string Utf8ToAnsi |
( |
std::string |
strUTF8) | |
|
|
static |
The documentation for this class was generated from the following file:
- /Users/cocos2d/MyWork/cocos2d-x-develop/extensions/proj.win32/Win32InputBox.h