xybrid/xybrid/config/uiconfig.h

12 lines
318 B
C++

#pragma once
namespace Xybrid::Config {
namespace UIConfig {
/// Determines if KnobGadgets turn with vertical mouse movement instead of horizontal.
extern bool verticalKnobs;
/// Controls if scroll wheel function is inverted for knobs, etc.
extern bool invertScrollWheel;
}
}