cocos2d-x  3.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
CWin32InputBox Class Reference

#include <Win32InputBox.h>

Public Member Functions

 CWin32InputBox (WIN32INPUTBOX_PARAM *)
 ~CWin32InputBox ()

Static Public Member Functions

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)

Constructor & Destructor Documentation

Member Function Documentation

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 INT_PTR InputBoxEx ( WIN32INPUTBOX_PARAM )
static
static std::string Utf8ToAnsi ( std::string  strUTF8)
static

The documentation for this class was generated from the following file: