|
Blender V4.3
|
#include <GHOST_TrackpadWin32.hh>
Public Member Functions | |
| ~GHOST_DirectManipulationHelper () | |
| void | update () |
| void | onPointerHitTest (UINT32 pointerId) |
| void | setDPI (uint16_t dpi) |
| GHOST_TTrackpadInfo | getTrackpadInfo () |
Static Public Member Functions | |
| static GHOST_DirectManipulationHelper * | create (HWND hWnd, uint16_t dpi) |
Definition at line 66 of file GHOST_TrackpadWin32.hh.
| GHOST_DirectManipulationHelper::~GHOST_DirectManipulationHelper | ( | ) |
Definition at line 205 of file GHOST_TrackpadWin32.cc.
References GHOST_ASSERT.
|
static |
Definition at line 35 of file GHOST_TrackpadWin32.cc.
References DM_CHECK_RESULT_AND_EXIT_EARLY, and instance.
Referenced by GHOST_WindowWin32::GHOST_WindowWin32().
| GHOST_TTrackpadInfo GHOST_DirectManipulationHelper::getTrackpadInfo | ( | ) |
Definition at line 196 of file GHOST_TrackpadWin32.cc.
References result.
Referenced by GHOST_WindowWin32::getTrackpadInfo().
| void GHOST_DirectManipulationHelper::onPointerHitTest | ( | UINT32 | pointerId | ) |
Definition at line 170 of file GHOST_TrackpadWin32.cc.
References GHOST_ASSERT.
Referenced by GHOST_WindowWin32::onPointerHitTest().
| void GHOST_DirectManipulationHelper::setDPI | ( | uint16_t | dpi | ) |
Definition at line 191 of file GHOST_TrackpadWin32.cc.
Referenced by GHOST_WindowWin32::updateDPI().
| void GHOST_DirectManipulationHelper::update | ( | ) |
Definition at line 181 of file GHOST_TrackpadWin32.cc.
References GHOST_ASSERT.
Referenced by GHOST_WindowWin32::updateDirectManipulation().