Home
last modified time | relevance | path

Searched refs:TOUCHINPUT_sizeof (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/win32/org/eclipse/swt/internal/win32/
H A DTOUCHINPUT.java28 public static final int sizeof = OS.TOUCHINPUT_sizeof();
H A DOS.java2096 public static final native int TOUCHINPUT_sizeof(); in TOUCHINPUT_sizeof() method in OS
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT PI/win32/library/
H A Dos_structs.h1548 #define TOUCHINPUT_sizeof() sizeof(TOUCHINPUT) macro
1553 #define TOUCHINPUT_sizeof() 0 macro
H A Dos.c9846 rc = (jint)TOUCHINPUT_sizeof(); in OS_NATIVE()