InputEvents v1.4.0
An easy to use but comprehensive Event Library for Buttons, Encoders, Encoder Buttons, Analog Inputs, Joysticks and Switches.
EventAnalog Member List

This is the complete list of members for EventAnalog, including all inherited members.

_enabledEventInputBaseprotected
allowAllEvents()EventInputBaseinline
allowEvent(InputEventType et)EventInputBase
begin()EventAnalogvirtual
blockAllEvents()EventInputBase
blockEvent(InputEventType et)EventInputBase
callbackFunctionEventAnalogprotected
CallbackFunction typedefEventAnalogprotected
CallbackFunction typedefEventAnalogprotected
callbackIsSetEventInputBaseprotected
enable(bool e=true)EventInputBase
enableAutoCalibrate(bool enable=true)EventAnaloginline
EventAnalog(byte analogPin, uint8_t adcBits=10)EventAnalog
getInputId()EventInputBaseinline
getInputValue()EventInputBaseinline
hasChanged()EventAnaloginline
idleFlaggedEventInputBaseprotected
idleTimeoutEventInputBaseprotected
input_idEventInputBaseprotected
input_valueEventInputBaseprotected
invoke(InputEventType et) overrideEventAnalogprotectedvirtual
isCallbackSet()EventInputBaseinline
isEnabled()EventInputBaseinline
isEventAllowed(InputEventType et)EventInputBase
isIdle()EventInputBaseinline
isInvokable(InputEventType et)EventInputBaseprotected
isPositionReversed()EventAnaloginline
lastEventMsEventInputBaseprotected
msSinceLastEvent()EventInputBaseinline
onDisabled()EventInputBaseprotectedvirtual
onEnabled()EventInputBaseprotectedvirtual
onIdle()EventInputBaseprotectedvirtual
position()EventAnaloginline
previousPosition()EventAnaloginline
resetIdleTimer()EventInputBase
reversePosition(bool rev=true)EventAnaloginline
setCallback(CallbackFunction f)EventAnaloginline
setCallback(T *instance, void(T::*method)(InputEventType, EventAnalog &))EventAnaloginline
setEndBoundary(uint16_t width=100)EventAnalog
setIdleTimeout(unsigned int timeoutMs=10000)EventInputBaseinline
setInputId(uint8_t id)EventInputBaseinline
setInputValue(uint8_t val)EventInputBaseinline
setMaxValue(uint16_t val)EventAnalog
setMinValue(uint16_t val)EventAnalog
setNumIncrements(uint8_t numIncr=10)EventAnalog
setNumNegativeIncrements(uint8_t numIncr=10)EventAnalog
setNumPositiveIncrements(uint8_t numIncr=10)EventAnalog
setRateLimit(uint16_t ms)EventAnaloginline
setSliceNeg()EventAnaloginlineprotected
setSlicePos()EventAnaloginlineprotected
setStartBoundary(uint16_t width=200)EventAnalog
setStartValue(uint16_t val)EventAnalog
setStartValue()EventAnalog
unsetCallback() overrideEventAnalogvirtual
update()EventAnalog