Set direction hint for the next call to GetFrame
| 1118 | |
| 1119 | // Set direction hint for the next call to GetFrame |
| 1120 | void FrameMapper::SetDirectionHint(const bool increasing) |
| 1121 | { |
| 1122 | const std::lock_guard<std::recursive_mutex> lock(directionMutex); |
| 1123 | hint_increasing = increasing; |
| 1124 | have_hint = true; |
| 1125 | } |
no outgoing calls
no test coverage detected