Home
last modified time | relevance | path

Searched refs:sel_touchesEndedWithEvent_ (Results 1 – 4 of 4) sorted by relevance

/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 DNSResponder.java163 OS.objc_msgSend(this.id, OS.sel_touchesEndedWithEvent_, event != null ? event.id : 0); in touchesEndedWithEvent()
H A DSelector.java1279 , sel_touchesEndedWithEvent_("touchesEndedWithEvent:") enumConstant
H A DOS.java1996 public static final long sel_touchesEndedWithEvent_ = Selector.sel_touchesEndedWithEvent_.value; field in OS
/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 DDisplay.java2385 OS.class_addMethod(cls, OS.sel_touchesEndedWithEvent_, proc3, "@:@"); in addEventMethods()
6333 case sel_touchesEndedWithEvent_: { in windowProc()