| 71 | } |
| 72 | |
| 73 | float MouseButtonInputEvent::get_pos_y() const |
| 74 | { |
| 75 | return pos_y; |
| 76 | } |
| 77 | |
| 78 | TouchInputEvent::TouchInputEvent(int32_t pointer_id, std::size_t touch_points, TouchAction action, float pos_x, float pos_y) : |
| 79 | InputEvent{EventSource::Touchscreen}, |
no outgoing calls
no test coverage detected