Home
last modified time | relevance | path

Searched refs:hasPreciseScrollingDeltas (Results 1 – 25 of 165) sorted by relevance

1234567

/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebKit2/Shared/
H A DWebWheelEvent.cpp52 …Granularity granularity, Phase phase, Phase momentumPhase, bool hasPreciseScrollingDeltas, Modifie… in WebWheelEvent() argument
61 , m_hasPreciseScrollingDeltas(hasPreciseScrollingDeltas) in WebWheelEvent()
H A DWebEvent.h180 … wheelTicks, Granularity, Phase phase, Phase momentumPhase,bool hasPreciseScrollingDeltas, Modifie…
191 bool hasPreciseScrollingDeltas() const { return m_hasPreciseScrollingDeltas; } in hasPreciseScrollingDeltas() function
H A DWebEventConversion.cpp116 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 DLWCToolkit.h45 + (BOOL) hasPreciseScrollingDeltas: (NSEvent*) event;
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/java.desktop/macosx/native/libawt_lwawt/awt/
H A DLWCToolkit.h45 + (BOOL) hasPreciseScrollingDeltas: (NSEvent*) event;
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.desktop/macosx/native/libawt_lwawt/awt/
H A DLWCToolkit.h47 + (BOOL) hasPreciseScrollingDeltas: (NSEvent*) event;
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.desktop/macosx/native/libawt_lwawt/awt/
H A DLWCToolkit.h47 + (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 DLWCToolkit.h47 + (BOOL) hasPreciseScrollingDeltas: (NSEvent*) event;
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/macosx/native/sun/awt/
H A DLWCToolkit.h44 + (BOOL) hasPreciseScrollingDeltas: (NSEvent*) event;
H A DLWCToolkit.m93 + (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 DLWCToolkit.h47 + (BOOL) hasPreciseScrollingDeltas: (NSEvent*) event;
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.desktop/macosx/native/libawt_lwawt/awt/
H A DLWCToolkit.h47 + (BOOL) hasPreciseScrollingDeltas: (NSEvent*) event;
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.desktop/macosx/native/libawt_lwawt/awt/
H A DLWCToolkit.h47 + (BOOL) hasPreciseScrollingDeltas: (NSEvent*) event;
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/macosx/native/sun/awt/
H A DLWCToolkit.h44 + (BOOL) hasPreciseScrollingDeltas: (NSEvent*) event;
H A DLWCToolkit.m93 + (BOOL) hasPreciseScrollingDeltas: (NSEvent*) event {
95 && [event respondsToSelector:@selector(hasPreciseScrollingDeltas)]
96 && [event hasPreciseScrollingDeltas];
/dports/editors/cudatext/CudaText-1.151.0/doc/
H A Dcocoa-mouse-scrolling.patch51 - isPrecise := event.hasPreciseScrollingDeltas;
71 + if event.hasPreciseScrollingDeltas then
/dports/lang/mono/mono-5.10.1.57/external/bockbuild/packages/patches/gtk/
H A D0018-Introduce-phase-field-in-GdkEventScroll.patch73 - (BOOL) hasPreciseScrollingDeltas;
127 [(id <PreciseDeltas>) nsevent hasPreciseScrollingDeltas])
H A D0032-Add-momentum_phase-to-GdkEventScroll.patch68 [(id <PreciseDeltas>) nsevent hasPreciseScrollingDeltas])
H A D0008-Smooth-scrolling.patch114 +- (BOOL) hasPreciseScrollingDeltas;
163 + [(id <PreciseDeltas>) nsevent hasPreciseScrollingDeltas])
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/platform/
H A DPlatformWheelEvent.h158 bool hasPreciseScrollingDeltas() const { return m_hasPreciseScrollingDeltas; } in hasPreciseScrollingDeltas() function
/dports/multimedia/vlc/vlc-3.0.16/modules/gui/macosx/
H A DVLCDefaultValueSlider.m54 if (event.hasPreciseScrollingDeltas) {
H A DVLCSlider.m61 if (event.hasPreciseScrollingDeltas) {
/dports/www/lagrange/lagrange-1.7.3/
H A Dsdl2-macos-ios.diff32 + if (![event hasPreciseScrollingDeltas]) {
/dports/lang/fpc-source/fpc-3.2.2/packages/cocoaint/src/appkit/
H A DNSEvent.inc295 function hasPreciseScrollingDeltas: ObjCBOOL; message 'hasPreciseScrollingDeltas';
/dports/multimedia/mpv/mpv-0.34.1/video/out/mac/
H A Dview.swift238 if event.hasPreciseScrollingDeltas { in scrollWheel()

1234567