| 341 | [[nodiscard]] double timestamp() const { return timestamp_; } |
| 342 | [[nodiscard]] int input_type() const { return signature_.input_type_; } |
| 343 | [[nodiscard]] int pointer_type() const { return signature_.pointer_type_; } |
| 344 | |
| 345 | void set_pos_in_coord_sys(const float x, const float y, const float du_dx) { |
| 346 | position_in_viewport_coord_sys_.x = x; |
no outgoing calls
no test coverage detected