Inkscape
Vector Graphics Editor
|
Extended input data associated to events generated by graphics tablets. More...
#include <canvas-event.h>
Public Attributes | |
std::optional< double > | pressure |
std::optional< double > | xtilt |
std::optional< double > | ytilt |
Extended input data associated to events generated by graphics tablets.
Present for Motion, ButtonPress and Scroll events.
Definition at line 34 of file canvas-event.h.
std::optional<double> Inkscape::ExtendedInput::pressure |
Definition at line 36 of file canvas-event.h.
Referenced by Inkscape::UI::Tools::EraserTool::_extinput(), Inkscape::UI::Tools::PencilTool::_extinput(), Inkscape::UI::Tools::CalligraphicTool::extinput(), Inkscape::extinput_from_gdkevent(), Inkscape::UI::Tools::sp_spray_extinput(), and Inkscape::UI::Tools::sp_tweak_extinput().
std::optional<double> Inkscape::ExtendedInput::xtilt |
Definition at line 36 of file canvas-event.h.
Referenced by Inkscape::UI::Tools::EraserTool::_extinput(), and Inkscape::UI::Tools::CalligraphicTool::extinput().
std::optional<double> Inkscape::ExtendedInput::ytilt |
Definition at line 36 of file canvas-event.h.
Referenced by Inkscape::UI::Tools::EraserTool::_extinput(), and Inkscape::UI::Tools::CalligraphicTool::extinput().