# encoding: utf-8
# module PyQt6.QtSensors
# from C:\Users\xukai\Downloads\发票2\venv\Lib\site-packages\PyQt6\QtSensors.pyd
# by generator 1.147
# no doc

# imports
import PyQt6.QtCore as __PyQt6_QtCore
import PyQt6.sip as __PyQt6_sip


from .QSensorReading import QSensorReading

class QTapReading(QSensorReading):
    # no doc
    def isDoubleTap(self): # real signature unknown; restored from __doc__
        """ isDoubleTap(self) -> bool """
        return False

    def setDoubleTap(self, doubleTap): # real signature unknown; restored from __doc__
        """ setDoubleTap(self, doubleTap: bool) """
        pass

    def setTapDirection(self, tapDirection): # real signature unknown; restored from __doc__
        """ setTapDirection(self, tapDirection: QTapReading.TapDirection) """
        pass

    def tapDirection(self): # real signature unknown; restored from __doc__
        """ tapDirection(self) -> QTapReading.TapDirection """
        pass

    def __init__(self, *args, **kwargs): # real signature unknown
        pass

    TapDirection = None # (!) real value is "<enum 'TapDirection'>"


