Set distance from tracked point to start nudging screen
| 179 | |
| 180 | // Set distance from tracked point to start nudging screen |
| 181 | inline void SetEdgeTriggerDistance(const olc::vf2d& vEdge) |
| 182 | { |
| 183 | m_vEdgeTriggerDistance = vEdge; |
| 184 | } |
| 185 | |
| 186 | // Return disance from tracked point that screen will nudge |
| 187 | inline const olc::vf2d& GetEdgeTriggerDistance() const |
nothing calls this directly
no outgoing calls
no test coverage detected