ofDocsdocumentation addons ofxiOS ofxiOSKeyboard

ofxiOSKeyboard


getLabelText( )

string getLabelText()

getText( )

string getText()

isKeyboardShowing( )

bool isKeyboardShowing()

makeSecure( )

void makeSecure()

ofxiOSKeyboard( ... )

ofxiOSKeyboard(int _x, int _y, int _w, int _h)

openKeyboard( )

void openKeyboard()

setBgColor( ... )

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

setFontColor( ... )

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

setFontSize( ... )

void setFontSize(int ptSize)

setMaxChars( ... )

void setMaxChars(int max)

setPlaceholder( ... )

void setPlaceholder(string _text)

setPosition( ... )

void setPosition(int _x, int _y)

setSize( ... )

void setSize(int _w, int _h)

setText( ... )

void setText(string _text)

setVisible( ... )

void setVisible(bool visible)

updateOrientation( )

void updateOrientation()

~ofxiOSKeyboard( )

~ofxiOSKeyboard()