Home
last modified time | relevance | path

Searched refs:NSTouchPhaseAny (Results 1 – 24 of 24) sorted by relevance

/dports/lang/fpc-source/fpc-3.2.2/packages/cocoaint/src/appkit/
H A DNSTouch.inc21 NSTouchPhaseAny = NSUIntegerMax;
/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgViewer/
H A DGraphicsWindowCocoa.mm858 NSSet *allTouches = [event touchesMatchingPhase: NSTouchPhaseAny inView: self];
886 NSSet *allTouches = [event touchesMatchingPhase: NSTouchPhaseAny inView: self];
914 NSSet *allTouches = [event touchesMatchingPhase: NSTouchPhaseAny inView: self];
/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgViewer/
H A DGraphicsWindowCocoa.mm869 NSSet *allTouches = [event touchesMatchingPhase: NSTouchPhaseAny inView: self];
897 NSSet *allTouches = [event touchesMatchingPhase: NSTouchPhaseAny inView: self];
925 NSSet *allTouches = [event touchesMatchingPhase: NSTouchPhaseAny inView: self];
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/renderer_host/
H A Dchrome_render_widget_host_view_mac_history_swiper_unit_test.mm128 [[[mockEvent stub] andReturn:touches] touchesMatchingPhase:NSTouchPhaseAny
H A Dchrome_render_widget_host_view_mac_history_swiper_browsertest.mm264 [[[event stub] andReturn:touches] touchesMatchingPhase:NSTouchPhaseAny
H A Dchrome_render_widget_host_view_mac_history_swiper.mm169 [event touchesMatchingPhase:NSTouchPhaseAny inView:nil]) {
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/chrome/browser/renderer_host/
H A Dchrome_render_widget_host_view_mac_history_swiper_unit_test.mm128 [[[mockEvent stub] andReturn:touches] touchesMatchingPhase:NSTouchPhaseAny
H A Dchrome_render_widget_host_view_mac_history_swiper_browsertest.mm263 [[[event stub] andReturn:touches] touchesMatchingPhase:NSTouchPhaseAny
H A Dchrome_render_widget_host_view_mac_history_swiper.mm171 [event touchesMatchingPhase:NSTouchPhaseAny inView:nil]) {
/dports/emulators/mess/mame-mame0226/3rdparty/SDL2/src/video/cocoa/
H A DSDL_cocoawindow.m995 NSSet *touches = [theEvent touchesMatchingPhase:NSTouchPhaseAny inView:nil];
/dports/emulators/mame/mame-mame0226/3rdparty/SDL2/src/video/cocoa/
H A DSDL_cocoawindow.m995 NSSet *touches = [theEvent touchesMatchingPhase:NSTouchPhaseAny inView:nil];
/dports/graphics/urho3d/Urho3D-1.7.1/Source/ThirdParty/SDL/src/video/cocoa/
H A DSDL_cocoawindow.m998 NSSet *touches = [theEvent touchesMatchingPhase:NSTouchPhaseAny inView:nil];
/dports/graphics/milton/milton-1.9.1/third_party/SDL2-2.0.8/src/video/cocoa/
H A DSDL_cocoawindow.m1063 NSSet *touches = [theEvent touchesMatchingPhase:NSTouchPhaseAny inView:nil];
/dports/shells/ion/ion-a8872014dbce730ccd00aaa722397dc394a52bf4/cargo-crates/cocoa-0.18.4/src/
H A Dappkit.rs2043 const NSTouchPhaseAny = !0; // NSUIntegerMax const
/dports/games/dose-response/dose-response-179c326/cargo-crates/cocoa-0.18.4/src/
H A Dappkit.rs2043 const NSTouchPhaseAny = !0; // NSUIntegerMax const
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/widgets/
H A DControl.java4683 NSSet allTouchesSet = nsEvent.touchesMatchingPhase(OS.NSTouchPhaseAny, null); in touchEvent()
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/cocoa/src/
H A Dappkit.rs2093 const NSTouchPhaseAny = !0; // NSUIntegerMax const
/dports/graphics/rx/rx-0.4.0/cargo-crates/cocoa-0.19.1/src/
H A Dappkit.rs2093 const NSTouchPhaseAny = !0; // NSUIntegerMax const
/dports/games/abstreet/abstreet-0.2.9-49-g74aca40c0/cargo-crates/cocoa-0.20.1/src/
H A Dappkit.rs2108 const NSTouchPhaseAny = !0; // NSUIntegerMax const
/dports/x11/alacritty/alacritty-0.9.0/cargo-crates/cocoa-0.23.0/src/
H A Dappkit.rs2108 const NSTouchPhaseAny = !0; // NSUIntegerMax
/dports/x11/alacritty/alacritty-0.9.0/cargo-crates/cocoa-0.24.0/src/
H A Dappkit.rs2136 const NSTouchPhaseAny = !0; // NSUIntegerMax const
/dports/x11/controllermap/SDL2-2.0.18/src/video/cocoa/
H A DSDL_cocoawindow.m1363 NSSet *touches = [theEvent touchesMatchingPhase:NSTouchPhaseAny inView:nil];
/dports/devel/sdl20/SDL2-2.0.18/src/video/cocoa/
H A DSDL_cocoawindow.m1363 NSSet *touches = [theEvent touchesMatchingPhase:NSTouchPhaseAny inView:nil];
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT PI/cocoa/org/eclipse/swt/internal/cocoa/
H A DOS.java2293 public static final long NSTouchPhaseAny = -1L; field in OS