| 15 | } |
| 16 | |
| 17 | bool MinitouchInput::init() |
| 18 | { |
| 19 | LogFunc; |
| 20 | |
| 21 | if (!push_minitouch()) { |
| 22 | return false; |
| 23 | } |
| 24 | |
| 25 | return invoke_and_read_info(); |
| 26 | } |
| 27 | |
| 28 | void MinitouchInput::on_image_resolution_changed(const std::pair<int, int>& pre, const std::pair<int, int>& cur) |
| 29 | { |
nothing calls this directly
no outgoing calls
no test coverage detected