Moves the character's finger in a swiping motion when holding a cellphone in their hand through the use of the CREATE_MOBILE_PHONE native.
enum eCellInput {
CELL_INPUT_NONE = 0,
CELL_INPUT_UP = 1,
CELL_INPUT_DOWN = 2,
CELL_INPUT_LEFT = 3,
CELL_INPUT_RIGHT = 4,
CELL_INPUT_SELECT = 5
}