/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebKit2/Shared/ |
H A D | WebWheelEvent.cpp | 52 …Granularity granularity, Phase phase, Phase momentumPhase, bool hasPreciseScrollingDeltas, Modifie… in WebWheelEvent() argument 61 , m_hasPreciseScrollingDeltas(hasPreciseScrollingDeltas) in WebWheelEvent()
|
H A D | WebEvent.h | 180 … wheelTicks, Granularity, Phase phase, Phase momentumPhase,bool hasPreciseScrollingDeltas, Modifie… 191 bool hasPreciseScrollingDeltas() const { return m_hasPreciseScrollingDeltas; } in hasPreciseScrollingDeltas() function
|
H A D | WebEventConversion.cpp | 116 m_hasPreciseScrollingDeltas = webEvent.hasPreciseScrollingDeltas(); in WebKit2PlatformWheelEvent()
|
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.desktop/macosx/native/libawt_lwawt/awt/ |
H A D | LWCToolkit.h | 45 + (BOOL) hasPreciseScrollingDeltas: (NSEvent*) event;
|
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/java.desktop/macosx/native/libawt_lwawt/awt/ |
H A D | LWCToolkit.h | 45 + (BOOL) hasPreciseScrollingDeltas: (NSEvent*) event;
|
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.desktop/macosx/native/libawt_lwawt/awt/ |
H A D | LWCToolkit.h | 47 + (BOOL) hasPreciseScrollingDeltas: (NSEvent*) event;
|
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.desktop/macosx/native/libawt_lwawt/awt/ |
H A D | LWCToolkit.h | 47 + (BOOL) hasPreciseScrollingDeltas: (NSEvent*) event;
|
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.desktop/macosx/native/libawt_lwawt/awt/ |
H A D | LWCToolkit.h | 47 + (BOOL) hasPreciseScrollingDeltas: (NSEvent*) event;
|
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/macosx/native/sun/awt/ |
H A D | LWCToolkit.h | 44 + (BOOL) hasPreciseScrollingDeltas: (NSEvent*) event;
|
H A D | LWCToolkit.m | 93 + (BOOL) hasPreciseScrollingDeltas: (NSEvent*) event { 95 && [event respondsToSelector:@selector(hasPreciseScrollingDeltas)] 96 && [event hasPreciseScrollingDeltas];
|
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.desktop/macosx/native/libawt_lwawt/awt/ |
H A D | LWCToolkit.h | 47 + (BOOL) hasPreciseScrollingDeltas: (NSEvent*) event;
|
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.desktop/macosx/native/libawt_lwawt/awt/ |
H A D | LWCToolkit.h | 47 + (BOOL) hasPreciseScrollingDeltas: (NSEvent*) event;
|
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.desktop/macosx/native/libawt_lwawt/awt/ |
H A D | LWCToolkit.h | 47 + (BOOL) hasPreciseScrollingDeltas: (NSEvent*) event;
|
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/macosx/native/sun/awt/ |
H A D | LWCToolkit.h | 44 + (BOOL) hasPreciseScrollingDeltas: (NSEvent*) event;
|
H A D | LWCToolkit.m | 93 + (BOOL) hasPreciseScrollingDeltas: (NSEvent*) event { 95 && [event respondsToSelector:@selector(hasPreciseScrollingDeltas)] 96 && [event hasPreciseScrollingDeltas];
|
/dports/editors/cudatext/CudaText-1.151.0/doc/ |
H A D | cocoa-mouse-scrolling.patch | 51 - isPrecise := event.hasPreciseScrollingDeltas; 71 + if event.hasPreciseScrollingDeltas then
|
/dports/lang/mono/mono-5.10.1.57/external/bockbuild/packages/patches/gtk/ |
H A D | 0018-Introduce-phase-field-in-GdkEventScroll.patch | 73 - (BOOL) hasPreciseScrollingDeltas; 127 [(id <PreciseDeltas>) nsevent hasPreciseScrollingDeltas])
|
H A D | 0032-Add-momentum_phase-to-GdkEventScroll.patch | 68 [(id <PreciseDeltas>) nsevent hasPreciseScrollingDeltas])
|
H A D | 0008-Smooth-scrolling.patch | 114 +- (BOOL) hasPreciseScrollingDeltas; 163 + [(id <PreciseDeltas>) nsevent hasPreciseScrollingDeltas])
|
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/platform/ |
H A D | PlatformWheelEvent.h | 158 bool hasPreciseScrollingDeltas() const { return m_hasPreciseScrollingDeltas; } in hasPreciseScrollingDeltas() function
|
/dports/multimedia/vlc/vlc-3.0.16/modules/gui/macosx/ |
H A D | VLCDefaultValueSlider.m | 54 if (event.hasPreciseScrollingDeltas) {
|
H A D | VLCSlider.m | 61 if (event.hasPreciseScrollingDeltas) {
|
/dports/www/lagrange/lagrange-1.7.3/ |
H A D | sdl2-macos-ios.diff | 32 + if (![event hasPreciseScrollingDeltas]) {
|
/dports/lang/fpc-source/fpc-3.2.2/packages/cocoaint/src/appkit/ |
H A D | NSEvent.inc | 295 function hasPreciseScrollingDeltas: ObjCBOOL; message 'hasPreciseScrollingDeltas';
|
/dports/multimedia/mpv/mpv-0.34.1/video/out/mac/ |
H A D | view.swift | 238 if event.hasPreciseScrollingDeltas { in scrollWheel()
|