Blender
V3.3
|
#include <GHOST_TrackpadWin32.h>
Public Attributes | |
int32_t | x |
int32_t | y |
int32_t | scale |
bool | isScrollDirectionInverted |
Definition at line 21 of file GHOST_TrackpadWin32.h.
bool GHOST_TTrackpadInfo::isScrollDirectionInverted |
Definition at line 23 of file GHOST_TrackpadWin32.h.
Referenced by GHOST_SystemWin32::processTrackpad().
int32_t GHOST_TTrackpadInfo::scale |
Definition at line 22 of file GHOST_TrackpadWin32.h.
Referenced by GHOST_DirectManipulationViewportEventHandler::OnContentUpdated(), and GHOST_SystemWin32::processTrackpad().
int32_t GHOST_TTrackpadInfo::x |
Definition at line 22 of file GHOST_TrackpadWin32.h.
Referenced by GHOST_DirectManipulationViewportEventHandler::OnContentUpdated(), and GHOST_SystemWin32::processTrackpad().
int32_t GHOST_TTrackpadInfo::y |
Definition at line 22 of file GHOST_TrackpadWin32.h.
Referenced by GHOST_DirectManipulationViewportEventHandler::OnContentUpdated(), and GHOST_SystemWin32::processTrackpad().