Go to the source code of this file.
|
enum class | Wrap : bool { Clamp = false
, Wrap = true
, NoWrap = false
} |
| An enumeration to set the behavior of selectors that are incremented (decremented) beyond their maximum (minimum) setting. More...
|
|
◆ Wrap
An enumeration to set the behavior of selectors that are incremented (decremented) beyond their maximum (minimum) setting.
Enumerator |
---|
Clamp | When the maximum (minimum) setting is reached, clamp to the maximum (minimum) setting.
|
Wrap | When the maximum (minimum) setting is reached, wrap around to the minimum (maximum) setting.
|
NoWrap | |
Definition at line 14 of file Selector.hpp.