| 53 | #endif |
| 54 | { |
| 55 | Input::MoveToA(x * 6.5535f, y * 6.5535f, Qi::key_info); |
| 56 | } |
| 57 | } |
| 58 | |
| 59 | QString FoldText(QString str, int len, bool back) |
| 60 | { |
| 61 | int size = str.size(); |
| 62 | str.remove('\r').replace('\n', ' ').replace('\t', ' '); |
no test coverage detected