ofxiPhoneKeyboard

ofxiPhoneKeyboard methods

ofxiPhoneKeyboard(...)

ofxiPhoneKeyboard::ofxiPhoneKeyboard(int _x, int _y, int _w, int _h)

~ofxiPhoneKeyboard()

ofxiPhoneKeyboard::~ofxiPhoneKeyboard()

setVisible(...)

void ofxiPhoneKeyboard::setVisible(bool visible)

setPosition(...)

void ofxiPhoneKeyboard::setPosition(int _x, int _y)

setSize(...)

void ofxiPhoneKeyboard::setSize(int _w, int _h)

setFontSize(...)

void ofxiPhoneKeyboard::setFontSize(int ptSize)

setFontColor(...)

void ofxiPhoneKeyboard::setFontColor(int r, int g, int b, int a)

setBgColor(...)

void ofxiPhoneKeyboard::setBgColor(int r, int g, int b, int a)

setText(...)

void ofxiPhoneKeyboard::setText(string _text)

setPlaceholder(...)

void ofxiPhoneKeyboard::setPlaceholder(string _text)

openKeyboard()

void ofxiPhoneKeyboard::openKeyboard()

updateOrientation()

void ofxiPhoneKeyboard::updateOrientation()

makeSecure()

void ofxiPhoneKeyboard::makeSecure()

setMaxChars(...)

void ofxiPhoneKeyboard::setMaxChars(int max)

getText()

string ofxiPhoneKeyboard::getText()

getLabelText()

string ofxiPhoneKeyboard::getLabelText()

isKeyboardShowing()

bool ofxiPhoneKeyboard::isKeyboardShowing()