#include <NativeEditBox.h>
|
static void | open (G2D::Sprite *_targetSprite, bool multiline, int maxTextLen, bool allowEmpty, int inputType, bool showAsPassword) |
|
static void | close (bool inputConfirmed) |
|
static bool | isOpened () |
|
static void | requestFocus () |
|
static void * | getTarget () |
|
§ ~NativeEditBox()
§ open()
static void open |
( |
G2D::Sprite * |
_targetSprite, |
|
|
bool |
multiline, |
|
|
int |
maxTextLen, |
|
|
bool |
allowEmpty, |
|
|
int |
inputType, |
|
|
bool |
showAsPassword |
|
) |
| |
|
static |
§ close()
static void close |
( |
bool |
inputConfirmed | ) |
|
|
static |
§ isOpened()
§ requestFocus()
static void requestFocus |
( |
| ) |
|
|
static |
§ getTarget()
static void* getTarget |
( |
| ) |
|
|
static |
§ instance
§ peer