H A D | ui_input.cpp | 44 "dircFling [velocity stepLength] direction ranges from 0,1,2,3 (left, right, up, down)\n" in PrintInputMessage() 46 "swipe/drag <from_x> <from_y> <to_x> <to_y> [velocity] velocity ranges from 200 to 40000, default 600\n" in PrintInputMessage() 47 "fling <from_x> <from_y> <to_x> <to_y> [velocity] velocity ranges from 200 to 40000, default 600\n" in PrintInputMessage() 59 static bool CreateFlingPoint(Point &to, Point &from, Point screenSize, Direction direction) in CreateFlingPoint() argument 64 from.px_ = to.px_ - screenSize.px_ / INDEX_FOUR; in CreateFlingPoint() 65 from.py_ = to.py_; in CreateFlingPoint() 68 from.px_ = to.px_ + screenSize.px_ / INDEX_FOUR; in CreateFlingPoint() 69 from.py_ = to.py_; in CreateFlingPoint() 72 from.px_ = to.px_; in CreateFlingPoint() 73 from in CreateFlingPoint() 85 GetPoints(Point &to, Point &from, int32_t argc, char *argv[]) GetPoints() argument 112 CheckStepLength(UiOpArgs &uiOpArgs, Point to, Point from, uint32_t stepLength) CheckStepLength() argument 130 Point from; FlingActionInput() local 176 Point from; SwipeActionInput() local [all...] |