Package org.lwjgl.system
Annotation Type NativeType
-
@Retention(RUNTIME) @Target({TYPE,METHOD,PARAMETER}) public @interface NativeType
Annotates parameter and return types in LWJGL bindings with the C type as defined in the native function.
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description java.lang.String
value
-