src/gui/kernel/qapplication_p.h
changeset 19 fcece45ef507
parent 18 2f34d5167611
child 29 b72c6db6890b
equal deleted inserted replaced
18:2f34d5167611 19:fcece45ef507
   528     static void translateRawTouchEvent(QWidget *widget,
   528     static void translateRawTouchEvent(QWidget *widget,
   529                                        QTouchEvent::DeviceType deviceType,
   529                                        QTouchEvent::DeviceType deviceType,
   530                                        const QList<QTouchEvent::TouchPoint> &touchPoints);
   530                                        const QList<QTouchEvent::TouchPoint> &touchPoints);
   531 
   531 
   532 #if defined(Q_WS_WIN)
   532 #if defined(Q_WS_WIN)
       
   533     static bool HasTouchSupport;
   533     static PtrRegisterTouchWindow RegisterTouchWindow;
   534     static PtrRegisterTouchWindow RegisterTouchWindow;
   534     static PtrGetTouchInputInfo GetTouchInputInfo;
   535     static PtrGetTouchInputInfo GetTouchInputInfo;
   535     static PtrCloseTouchInputHandle CloseTouchInputHandle;
   536     static PtrCloseTouchInputHandle CloseTouchInputHandle;
   536 
   537 
   537     QHash<DWORD, int> touchInputIDToTouchPointID;
   538     QHash<DWORD, int> touchInputIDToTouchPointID;