Package org.lwjgl.sdl
Class SDLTouch.Functions
java.lang.Object
org.lwjgl.sdl.SDLTouch.Functions
- Enclosing class:
SDLTouch
Contains the function pointers loaded from
SDL.getLibrary()
.-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final long
Function address.static final long
Function address.static final long
Function address.static final long
Function address. -
Method Summary
-
Field Details
-
GetTouchDevices
public static final long GetTouchDevicesFunction address. -
GetTouchDeviceName
public static final long GetTouchDeviceNameFunction address. -
GetTouchDeviceType
public static final long GetTouchDeviceTypeFunction address. -
GetTouchFingers
public static final long GetTouchFingersFunction address.
-