MCPcopy Create free account
hub / github.com/AcademySoftwareFoundation/xstudio / pointer_type

Method pointer_type

include/xstudio/ui/mouse.hpp:343–343  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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;

Callers 2

pressure_sourceMethod · 0.80
PointerEventClass · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected