KiCad PCB EDA Suite
Loading...
Searching...
No Matches
KIPLATFORM::UI::TOUCHPAD_GESTURE Struct Reference

A pan and zoom update produced by a native touchpad gesture recognizer. More...

#include <touchpad.h>

Public Attributes

double panX
 
double panY
 
double zoomFactor
 
wxPoint zoomAnchor
 

Detailed Description

A pan and zoom update produced by a native touchpad gesture recognizer.

Definition at line 37 of file touchpad.h.

Member Data Documentation

◆ panX

double KIPLATFORM::UI::TOUCHPAD_GESTURE::panX

Definition at line 39 of file touchpad.h.

Referenced by EDA_DRAW_PANEL_GAL::UpdateTouchpadGestureHandler().

◆ panY

double KIPLATFORM::UI::TOUCHPAD_GESTURE::panY

Definition at line 40 of file touchpad.h.

Referenced by EDA_DRAW_PANEL_GAL::UpdateTouchpadGestureHandler().

◆ zoomAnchor

wxPoint KIPLATFORM::UI::TOUCHPAD_GESTURE::zoomAnchor

Definition at line 42 of file touchpad.h.

Referenced by EDA_DRAW_PANEL_GAL::UpdateTouchpadGestureHandler().

◆ zoomFactor

double KIPLATFORM::UI::TOUCHPAD_GESTURE::zoomFactor

Definition at line 41 of file touchpad.h.

Referenced by EDA_DRAW_PANEL_GAL::UpdateTouchpadGestureHandler().


The documentation for this struct was generated from the following file: