static class LinuxSystem.InputAbsInfo extends C.Structure
b, p| Constructor and Description |
|---|
InputAbsInfo() |
| Modifier and Type | Method and Description |
|---|---|
(package private) static int |
getFlat(long p) |
(package private) static int |
getFuzz(long p) |
(package private) static int |
getMaximum(long p) |
(package private) static int |
getMinimum(long p) |
(package private) static int |
getResolution(long p) |
(package private) static int |
getValue(long p) |
(package private) int |
sizeof()
The size of the C struct in bytes.
|
int sizeof()
C.Structuresizeof in class C.Structurestatic int getValue(long p)
p - a pointer to a C struct of type input_absinfostatic int getMinimum(long p)
p - a pointer to a C struct of type input_absinfostatic int getMaximum(long p)
p - a pointer to a C struct of type input_absinfostatic int getFuzz(long p)
p - a pointer to a C struct of type input_absinfostatic int getFlat(long p)
p - a pointer to a C struct of type input_absinfostatic int getResolution(long p)
p - a pointer to a C struct of type input_absinfo