#include <ImGuiWrapper.h>
|
| bool | _enabled = false |
| |
| float | _lastPosY = 0.f |
| | mouse down start position More...
|
| |
| float | _diff = 0.f |
| | Summed up y difference between mouse move events. More...
|
| |
| float | _vMW = 0.f |
| | Mouse wheel velocity: used after pan scrolling for additional scrolling. More...
|
| |
| float | _tOld = 0.f |
| | Time at last call to getScrollInMouseWheelCoords. More...
|
| |
| const float | _aMW = 20.0f |
| | Mouse wheel acceleration (subtended velocity direction) More...
|
| |
Definition at line 129 of file ImGuiWrapper.h.
◆ disable()
| void PanScrolling::disable |
( |
| ) |
|
|
inline |
◆ enable()
| void PanScrolling::enable |
( |
| ) |
|
|
inline |
◆ enabled()
| bool PanScrolling::enabled |
( |
| ) |
const |
|
inline |
◆ getScrollInMouseWheelCoords()
| float PanScrolling::getScrollInMouseWheelCoords |
( |
const bool |
mouseDown, |
|
|
const float |
fontSize, |
|
|
const float |
t |
|
) |
| |
|
inline |
◆ moveTo()
| void PanScrolling::moveTo |
( |
const float |
yPos | ) |
|
|
inline |
◆ start()
| void PanScrolling::start |
( |
const float |
yPos | ) |
|
|
inline |
◆ _aMW
| const float PanScrolling::_aMW = 20.0f |
|
private |
Mouse wheel acceleration (subtended velocity direction)
Definition at line 218 of file ImGuiWrapper.h.
◆ _diff
| float PanScrolling::_diff = 0.f |
|
private |
Summed up y difference between mouse move events.
Definition at line 215 of file ImGuiWrapper.h.
◆ _enabled
| bool PanScrolling::_enabled = false |
|
private |
◆ _lastPosY
| float PanScrolling::_lastPosY = 0.f |
|
private |
◆ _tOld
| float PanScrolling::_tOld = 0.f |
|
private |
Time at last call to getScrollInMouseWheelCoords.
Definition at line 217 of file ImGuiWrapper.h.
◆ _vMW
| float PanScrolling::_vMW = 0.f |
|
private |
Mouse wheel velocity: used after pan scrolling for additional scrolling.
Definition at line 216 of file ImGuiWrapper.h.
The documentation for this class was generated from the following file: