Package io.github.libsdl4j.api.joystick
Class SDL_Joystick
- java.lang.Object
-
- com.sun.jna.PointerType
-
- io.github.libsdl4j.api.joystick.SDL_Joystick
-
- All Implemented Interfaces:
com.sun.jna.NativeMapped
public final class SDL_Joystick extends com.sun.jna.PointerType
The joystick structure used to identify an SDL joystick
-
-
Constructor Summary
Constructors Constructor Description SDL_Joystick()
The default constructor wraps a null pointer.SDL_Joystick(com.sun.jna.Pointer p)
This constructor is typically used byPointerType.fromNative(java.lang.Object, com.sun.jna.FromNativeContext)
if generating a new object instance.
-
-
-
Constructor Detail
-
SDL_Joystick
public SDL_Joystick()
The default constructor wraps a null pointer.
-
SDL_Joystick
public SDL_Joystick(com.sun.jna.Pointer p)
This constructor is typically used byPointerType.fromNative(java.lang.Object, com.sun.jna.FromNativeContext)
if generating a new object instance.- Parameters:
p
- Native pointer to be wrapped
-
-