MCPcopy Create free account
hub / github.com/MHeironimus/ArduinoJoystickLibrary / buildAndSetSimulationValue

Method buildAndSetSimulationValue

src/Joystick.cpp:626–629  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

624}
625
626int Joystick_::buildAndSetSimulationValue(bool includeValue, int32_t value, int32_t valueMinimum, int32_t valueMaximum, uint8_t dataLocation[])
627{
628 return buildAndSet16BitValue(includeValue, value, valueMinimum, valueMaximum, JOYSTICK_SIMULATOR_MINIMUM, JOYSTICK_SIMULATOR_MAXIMUM, dataLocation);
629}
630
631void Joystick_::sendState()
632{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected