Skip to content
logo
Cirque Pinnacle library
PinnacleTouch::feedEnabled
Initializing search
    CirquePinnacle
    CirquePinnacle
    • Introduction
    • Examples
      • C++ API
        • Arduino-like Wrappers
        • Data Mode
        • Relative Data
        • Absolute Data
        • AnyMeas Constants
        • PinnacleTouch API
          • CPinnacleTouch
            • Constructors
            • Methods
              • FfeedEnabled
                • Parameters
                  • pisEnabled
              • FisFeedEnabled
              • FsetDataMode
              • FgetDataMode
              • FisHardConfigured
              • Favailable
              • FabsoluteModeConfig
              • FrelativeModeConfig
              • Fread [RelativeReport]
              • Fread [AbsoluteReport]
              • FclearStatusFlags
              • FallowSleep
              • FisAllowSleep
              • Fshutdown
              • FisShutdown
              • FsetSampleRate
              • FgetSampleRate
              • FdetectFingerStylus
              • Fcalibrate
              • FsetCalibrationMatrix
              • FgetCalibrationMatrix
              • FsetAdcGain
              • FtuneEdgeSensitivity
              • FanymeasModeConfig
              • FmeasureAdc
              • FstartMeasureAdc
              • FgetMeasureAdc
              • Fbegin
          • CPinnacleTouchSPI
          • CPinnacleTouchI2C
      • Python API
    • Arduino Support
    • Linux Support
    • Python Binding
    • RPi Pico SDK Support
      • Cirque Glidepoint circle trackpads
      • 12-pin FPC cable (0.5mm pitch)
      • Download
    • Parameters
      • pisEnabled
    #include "CirquePinnacle.h"
    void PinnacleTouch::feedEnabled(bool isEnabled);

    This function controls if the touch/button event data is reported or not. It only applies to PINNACLE_RELATIVE or PINNACLE_ABSOLUTE mode, otherwise if setDataMode() is given PINNACLE_ANYMEAS, then this function will do nothing.

    Parameters¶
    bool isEnabled¶

    Enables (true) or disables (false) data reporting.

    Back to top
    Previous PinnacleTouch::PinnacleTouch
    Next PinnacleTouch::isFeedEnabled
    © Copyright 2023, Brendan Doherty.
    Created using Sphinx 5.3.0. and Sphinx-Immaterial