public class

TouchModeFlags

extends Object
java.lang.Object
   ↳ com.datalogic.device.configuration.TouchModeFlags

Summary

Constants
int FLAG_FINGERS Fingers touch-screen sensitivity.
int FLAG_GLOVES Gloves touch-screen sensitivity.
int FLAG_STYLUS Stylus touch-screen sensitivity.
int FLAG_THICK_GLOVES Thick gloves touch-screen sensitivity.
int FLAG_THIN_GLOVES Thin gloves touch-screen sensitivity.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

public static final int FLAG_FINGERS

Added in revision 35

Fingers touch-screen sensitivity.

Constant Value: 1 (0x00000001)

public static final int FLAG_GLOVES

Added in revision 35

Gloves touch-screen sensitivity.

Constant Value: 8 (0x00000008)

public static final int FLAG_STYLUS

Added in revision 35

Stylus touch-screen sensitivity.

Constant Value: 2 (0x00000002)

public static final int FLAG_THICK_GLOVES

Added in revision 35

Thick gloves touch-screen sensitivity.

Constant Value: 16 (0x00000010)

public static final int FLAG_THIN_GLOVES

Added in revision 35

Thin gloves touch-screen sensitivity.

Constant Value: 4 (0x00000004)