Package org.lwjgl.sdl
Class SDLTouch
java.lang.Object
org.lwjgl.sdl.SDLTouch
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final class
Contains the function pointers loaded fromSDL.getLibrary()
. -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final long
static final int
static final int
static final int
static final int
static final int
-
Method Summary
Modifier and TypeMethodDescriptionstatic long
nSDL_GetTouchDeviceName
(long touchID) char const * SDL_GetTouchDeviceName(SDL_TouchID touchID)
static long
nSDL_GetTouchDevices
(long count) SDL_TouchID * SDL_GetTouchDevices(int * count)
static long
nSDL_GetTouchFingers
(long touchID, long count) SDL_Finger ** SDL_GetTouchFingers(SDL_TouchID touchID, int * count)
static @Nullable String
SDL_GetTouchDeviceName
(long touchID) char const * SDL_GetTouchDeviceName(SDL_TouchID touchID)
static @Nullable LongBuffer
SDL_TouchID * SDL_GetTouchDevices(int * count)
static int
SDL_GetTouchDeviceType
(long touchID) SDL_TouchDeviceType SDL_GetTouchDeviceType(SDL_TouchID touchID)
static @Nullable PointerBuffer
SDL_GetTouchFingers
(long touchID) SDL_Finger ** SDL_GetTouchFingers(SDL_TouchID touchID, int * count)
-
Field Details
-
SDL_TOUCH_DEVICE_INVALID
public static final int SDL_TOUCH_DEVICE_INVALID- See Also:
-
SDL_TOUCH_DEVICE_DIRECT
public static final int SDL_TOUCH_DEVICE_DIRECT- See Also:
-
SDL_TOUCH_DEVICE_INDIRECT_ABSOLUTE
public static final int SDL_TOUCH_DEVICE_INDIRECT_ABSOLUTE- See Also:
-
SDL_TOUCH_DEVICE_INDIRECT_RELATIVE
public static final int SDL_TOUCH_DEVICE_INDIRECT_RELATIVE- See Also:
-
SDL_TOUCH_MOUSEID
public static final int SDL_TOUCH_MOUSEID- See Also:
-
SDL_MOUSE_TOUCHID
public static final long SDL_MOUSE_TOUCHID- See Also:
-
-
Method Details
-
nSDL_GetTouchDevices
public static long nSDL_GetTouchDevices(long count) SDL_TouchID * SDL_GetTouchDevices(int * count)
-
SDL_GetTouchDevices
SDL_TouchID * SDL_GetTouchDevices(int * count)
-
nSDL_GetTouchDeviceName
public static long nSDL_GetTouchDeviceName(long touchID) char const * SDL_GetTouchDeviceName(SDL_TouchID touchID)
-
SDL_GetTouchDeviceName
char const * SDL_GetTouchDeviceName(SDL_TouchID touchID)
-
SDL_GetTouchDeviceType
public static int SDL_GetTouchDeviceType(long touchID) SDL_TouchDeviceType SDL_GetTouchDeviceType(SDL_TouchID touchID)
-
nSDL_GetTouchFingers
public static long nSDL_GetTouchFingers(long touchID, long count) SDL_Finger ** SDL_GetTouchFingers(SDL_TouchID touchID, int * count)
-
SDL_GetTouchFingers
SDL_Finger ** SDL_GetTouchFingers(SDL_TouchID touchID, int * count)
-