Home
last modified time | relevance | path

Searched refs:throttledValue (Results 1 – 1 of 1) sorted by relevance

/dports/x11/antimicro/antimicro-2.23/src/
H A Djoyaxis.cpp915 int throttledValue = calculateThrottledValue(value); in getAxisButtonByValue() local
916 if (throttledValue > deadZone) in getAxisButtonByValue()
920 else if (throttledValue < -deadZone) in getAxisButtonByValue()