Package org.lwjgl.nuklear
Class NkStyleProgress
- java.lang.Object
-
- org.lwjgl.system.Pointer.Default
-
- org.lwjgl.system.Struct
-
- org.lwjgl.nuklear.NkStyleProgress
-
- All Implemented Interfaces:
java.lang.AutoCloseable
,org.lwjgl.system.NativeResource
,org.lwjgl.system.Pointer
public class NkStyleProgress extends org.lwjgl.system.Struct implements org.lwjgl.system.NativeResource
Layout
struct nk_style_progress {
struct nk_style_item
normal;struct nk_style_item
hover;struct nk_style_item
active;struct nk_color
border_color;struct nk_style_item
cursor_normal;struct nk_style_item
cursor_hover;struct nk_style_item
cursor_active;struct nk_color
cursor_border_color; float rounding; float border; float cursor_border; float cursor_rounding;struct nk_vec2
padding;nk_handle
userdata;nk_draw_begin
draw_begin;nk_draw_end
draw_end; }
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
NkStyleProgress.Buffer
An array ofNkStyleProgress
structs.
-
Field Summary
Fields Modifier and Type Field Description static int
ACTIVE
The struct member offsets.static int
ALIGNOF
The struct alignment in bytes.static int
BORDER
BORDER_COLOR
CURSOR_ACTIVE
CURSOR_BORDER
CURSOR_BORDER_COLOR
CURSOR_HOVER
CURSOR_NORMAL
CURSOR_ROUNDING
DRAW_BEGIN
DRAW_END
HOVER
NORMAL
PADDING
ROUNDINGThe struct member offsets.static int
SIZEOF
The struct size in bytes.static int
USERDATA
The struct member offsets.
-
Constructor Summary
Constructors Constructor Description NkStyleProgress(java.nio.ByteBuffer container)
Creates aNkStyleProgress
instance at the current position of the specifiedByteBuffer
container.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description NkStyleItem
active()
Returns aNkStyleItem
view of theactive
field.NkStyleProgress
active(java.util.function.Consumer<NkStyleItem> consumer)
Passes theactive
field to the specifiedConsumer
.NkStyleProgress
active(NkStyleItem value)
Copies the specifiedNkStyleItem
to theactive
field.float
border()
Returns the value of theborder
field.NkStyleProgress
border(float value)
Sets the specified value to theborder
field.NkColor
border_color()
Returns aNkColor
view of theborder_color
field.NkStyleProgress
border_color(java.util.function.Consumer<NkColor> consumer)
Passes theborder_color
field to the specifiedConsumer
.NkStyleProgress
border_color(NkColor value)
Copies the specifiedNkColor
to theborder_color
field.static NkStyleProgress
calloc()
Returns a newNkStyleProgress
instance allocated withmemCalloc
.static NkStyleProgress.Buffer
calloc(int capacity)
Returns a newNkStyleProgress.Buffer
instance allocated withmemCalloc
.static NkStyleProgress
callocStack()
Returns a newNkStyleProgress
instance allocated on the thread-localMemoryStack
and initializes all its bits to zero.static NkStyleProgress.Buffer
callocStack(int capacity)
Returns a newNkStyleProgress.Buffer
instance allocated on the thread-localMemoryStack
and initializes all its bits to zero.static NkStyleProgress.Buffer
callocStack(int capacity, org.lwjgl.system.MemoryStack stack)
Returns a newNkStyleProgress.Buffer
instance allocated on the specifiedMemoryStack
and initializes all its bits to zero.static NkStyleProgress
callocStack(org.lwjgl.system.MemoryStack stack)
Returns a newNkStyleProgress
instance allocated on the specifiedMemoryStack
and initializes all its bits to zero.static NkStyleProgress
create()
Returns a newNkStyleProgress
instance allocated withBufferUtils
.static NkStyleProgress.Buffer
create(int capacity)
Returns a newNkStyleProgress.Buffer
instance allocated withBufferUtils
.static NkStyleProgress
create(long address)
Returns a newNkStyleProgress
instance for the specified memory address.static NkStyleProgress.Buffer
create(long address, int capacity)
Create aNkStyleProgress.Buffer
instance at the specified memory.static NkStyleProgress
createSafe(long address)
static NkStyleProgress.Buffer
createSafe(long address, int capacity)
NkStyleItem
cursor_active()
Returns aNkStyleItem
view of thecursor_active
field.NkStyleProgress
cursor_active(java.util.function.Consumer<NkStyleItem> consumer)
Passes thecursor_active
field to the specifiedConsumer
.NkStyleProgress
cursor_active(NkStyleItem value)
Copies the specifiedNkStyleItem
to thecursor_active
field.float
cursor_border()
Returns the value of thecursor_border
field.NkStyleProgress
cursor_border(float value)
Sets the specified value to thecursor_border
field.NkColor
cursor_border_color()
Returns aNkColor
view of thecursor_border_color
field.NkStyleProgress
cursor_border_color(java.util.function.Consumer<NkColor> consumer)
Passes thecursor_border_color
field to the specifiedConsumer
.NkStyleProgress
cursor_border_color(NkColor value)
Copies the specifiedNkColor
to thecursor_border_color
field.NkStyleItem
cursor_hover()
Returns aNkStyleItem
view of thecursor_hover
field.NkStyleProgress
cursor_hover(java.util.function.Consumer<NkStyleItem> consumer)
Passes thecursor_hover
field to the specifiedConsumer
.NkStyleProgress
cursor_hover(NkStyleItem value)
Copies the specifiedNkStyleItem
to thecursor_hover
field.NkStyleItem
cursor_normal()
Returns aNkStyleItem
view of thecursor_normal
field.NkStyleProgress
cursor_normal(java.util.function.Consumer<NkStyleItem> consumer)
Passes thecursor_normal
field to the specifiedConsumer
.NkStyleProgress
cursor_normal(NkStyleItem value)
Copies the specifiedNkStyleItem
to thecursor_normal
field.float
cursor_rounding()
Returns the value of thecursor_rounding
field.NkStyleProgress
cursor_rounding(float value)
Sets the specified value to thecursor_rounding
field.NkDrawBeginCallback
draw_begin()
Returns the value of thedraw_begin
field.NkStyleProgress
draw_begin(NkDrawBeginCallbackI value)
Sets the specified value to thedraw_begin
field.NkDrawEndCallback
draw_end()
Returns the value of thedraw_end
field.NkStyleProgress
draw_end(NkDrawEndCallbackI value)
Sets the specified value to thedraw_end
field.NkStyleItem
hover()
Returns aNkStyleItem
view of thehover
field.NkStyleProgress
hover(java.util.function.Consumer<NkStyleItem> consumer)
Passes thehover
field to the specifiedConsumer
.NkStyleProgress
hover(NkStyleItem value)
Copies the specifiedNkStyleItem
to thehover
field.static NkStyleProgress
malloc()
Returns a newNkStyleProgress
instance allocated withmemAlloc
.static NkStyleProgress.Buffer
malloc(int capacity)
Returns a newNkStyleProgress.Buffer
instance allocated withmemAlloc
.static NkStyleProgress
mallocStack()
Returns a newNkStyleProgress
instance allocated on the thread-localMemoryStack
.static NkStyleProgress.Buffer
mallocStack(int capacity)
Returns a newNkStyleProgress.Buffer
instance allocated on the thread-localMemoryStack
.static NkStyleProgress.Buffer
mallocStack(int capacity, org.lwjgl.system.MemoryStack stack)
Returns a newNkStyleProgress.Buffer
instance allocated on the specifiedMemoryStack
.static NkStyleProgress
mallocStack(org.lwjgl.system.MemoryStack stack)
Returns a newNkStyleProgress
instance allocated on the specifiedMemoryStack
.static NkStyleItem
nactive(long struct)
Unsafe version ofactive()
.static void
nactive(long struct, NkStyleItem value)
Unsafe version ofactive
.static float
nborder(long struct)
Unsafe version ofborder()
.static void
nborder(long struct, float value)
Unsafe version ofborder
.static NkColor
nborder_color(long struct)
Unsafe version ofborder_color()
.static void
nborder_color(long struct, NkColor value)
Unsafe version ofborder_color
.static NkStyleItem
ncursor_active(long struct)
Unsafe version ofcursor_active()
.static void
ncursor_active(long struct, NkStyleItem value)
Unsafe version ofcursor_active
.static float
ncursor_border(long struct)
Unsafe version ofcursor_border()
.static void
ncursor_border(long struct, float value)
Unsafe version ofcursor_border
.static NkColor
ncursor_border_color(long struct)
Unsafe version ofcursor_border_color()
.static void
ncursor_border_color(long struct, NkColor value)
Unsafe version ofcursor_border_color
.static NkStyleItem
ncursor_hover(long struct)
Unsafe version ofcursor_hover()
.static void
ncursor_hover(long struct, NkStyleItem value)
Unsafe version ofcursor_hover
.static NkStyleItem
ncursor_normal(long struct)
Unsafe version ofcursor_normal()
.static void
ncursor_normal(long struct, NkStyleItem value)
Unsafe version ofcursor_normal
.static float
ncursor_rounding(long struct)
Unsafe version ofcursor_rounding()
.static void
ncursor_rounding(long struct, float value)
Unsafe version ofcursor_rounding
.static NkDrawBeginCallback
ndraw_begin(long struct)
Unsafe version ofdraw_begin()
.static void
ndraw_begin(long struct, NkDrawBeginCallbackI value)
Unsafe version ofdraw_begin
.static NkDrawEndCallback
ndraw_end(long struct)
Unsafe version ofdraw_end()
.static void
ndraw_end(long struct, NkDrawEndCallbackI value)
Unsafe version ofdraw_end
.static NkStyleItem
nhover(long struct)
Unsafe version ofhover()
.static void
nhover(long struct, NkStyleItem value)
Unsafe version ofhover
.static NkStyleItem
nnormal(long struct)
Unsafe version ofnormal()
.static void
nnormal(long struct, NkStyleItem value)
Unsafe version ofnormal
.NkStyleItem
normal()
Returns aNkStyleItem
view of thenormal
field.NkStyleProgress
normal(java.util.function.Consumer<NkStyleItem> consumer)
Passes thenormal
field to the specifiedConsumer
.NkStyleProgress
normal(NkStyleItem value)
Copies the specifiedNkStyleItem
to thenormal
field.static NkVec2
npadding(long struct)
Unsafe version ofpadding()
.static void
npadding(long struct, NkVec2 value)
Unsafe version ofpadding
.static float
nrounding(long struct)
Unsafe version ofrounding()
.static void
nrounding(long struct, float value)
Unsafe version ofrounding
.static NkHandle
nuserdata(long struct)
Unsafe version ofuserdata()
.static void
nuserdata(long struct, NkHandle value)
Unsafe version ofuserdata
.NkVec2
padding()
Returns aNkVec2
view of thepadding
field.NkStyleProgress
padding(java.util.function.Consumer<NkVec2> consumer)
Passes thepadding
field to the specifiedConsumer
.NkStyleProgress
padding(NkVec2 value)
Copies the specifiedNkVec2
to thepadding
field.float
rounding()
Returns the value of therounding
field.NkStyleProgress
rounding(float value)
Sets the specified value to therounding
field.NkStyleProgress
set(NkStyleItem normal, NkStyleItem hover, NkStyleItem active, NkColor border_color, NkStyleItem cursor_normal, NkStyleItem cursor_hover, NkStyleItem cursor_active, NkColor cursor_border_color, float rounding, float border, float cursor_border, float cursor_rounding, NkVec2 padding, NkHandle userdata, NkDrawBeginCallbackI draw_begin, NkDrawEndCallbackI draw_end)
Initializes this struct with the specified values.NkStyleProgress
set(NkStyleProgress src)
Copies the specified struct data to this struct.int
sizeof()
NkHandle
userdata()
Returns aNkHandle
view of theuserdata
field.NkStyleProgress
userdata(java.util.function.Consumer<NkHandle> consumer)
Passes theuserdata
field to the specifiedConsumer
.NkStyleProgress
userdata(NkHandle value)
Copies the specifiedNkHandle
to theuserdata
field.
-
-
-
Field Detail
-
SIZEOF
The struct size in bytes.
-
ALIGNOF
The struct alignment in bytes.
-
NORMAL, HOVER, ACTIVE, BORDER_COLOR, CURSOR_NORMAL, CURSOR_HOVER, CURSOR_ACTIVE, CURSOR_BORDER_COLOR, ROUNDING, BORDER, CURSOR_BORDER, CURSOR_ROUNDING, PADDING, USERDATA, DRAW_BEGIN, DRAW_END
The struct member offsets.
-
-
Constructor Detail
-
NkStyleProgress
public NkStyleProgress(java.nio.ByteBuffer container)
Creates aNkStyleProgress
instance at the current position of the specifiedByteBuffer
container. Changes to the buffer's content will be visible to the struct instance and vice versa.The created instance holds a strong reference to the container object.
-
-
Method Detail
-
sizeof
public int sizeof()
- Specified by:
sizeof
in classorg.lwjgl.system.Struct
-
normal
public NkStyleItem normal()
Returns aNkStyleItem
view of thenormal
field.
-
hover
public NkStyleItem hover()
Returns aNkStyleItem
view of thehover
field.
-
active
public NkStyleItem active()
Returns aNkStyleItem
view of theactive
field.
-
cursor_normal
public NkStyleItem cursor_normal()
Returns aNkStyleItem
view of thecursor_normal
field.
-
cursor_hover
public NkStyleItem cursor_hover()
Returns aNkStyleItem
view of thecursor_hover
field.
-
cursor_active
public NkStyleItem cursor_active()
Returns aNkStyleItem
view of thecursor_active
field.
-
cursor_border_color
public NkColor cursor_border_color()
Returns aNkColor
view of thecursor_border_color
field.
-
rounding
public float rounding()
Returns the value of therounding
field.
-
border
public float border()
Returns the value of theborder
field.
-
cursor_border
public float cursor_border()
Returns the value of thecursor_border
field.
-
cursor_rounding
public float cursor_rounding()
Returns the value of thecursor_rounding
field.
-
draw_begin
@Nullable public NkDrawBeginCallback draw_begin()
Returns the value of thedraw_begin
field.
-
draw_end
@Nullable public NkDrawEndCallback draw_end()
Returns the value of thedraw_end
field.
-
normal
public NkStyleProgress normal(NkStyleItem value)
Copies the specifiedNkStyleItem
to thenormal
field.
-
normal
public NkStyleProgress normal(java.util.function.Consumer<NkStyleItem> consumer)
Passes thenormal
field to the specifiedConsumer
.
-
hover
public NkStyleProgress hover(NkStyleItem value)
Copies the specifiedNkStyleItem
to thehover
field.
-
hover
public NkStyleProgress hover(java.util.function.Consumer<NkStyleItem> consumer)
Passes thehover
field to the specifiedConsumer
.
-
active
public NkStyleProgress active(NkStyleItem value)
Copies the specifiedNkStyleItem
to theactive
field.
-
active
public NkStyleProgress active(java.util.function.Consumer<NkStyleItem> consumer)
Passes theactive
field to the specifiedConsumer
.
-
border_color
public NkStyleProgress border_color(NkColor value)
Copies the specifiedNkColor
to theborder_color
field.
-
border_color
public NkStyleProgress border_color(java.util.function.Consumer<NkColor> consumer)
Passes theborder_color
field to the specifiedConsumer
.
-
cursor_normal
public NkStyleProgress cursor_normal(NkStyleItem value)
Copies the specifiedNkStyleItem
to thecursor_normal
field.
-
cursor_normal
public NkStyleProgress cursor_normal(java.util.function.Consumer<NkStyleItem> consumer)
Passes thecursor_normal
field to the specifiedConsumer
.
-
cursor_hover
public NkStyleProgress cursor_hover(NkStyleItem value)
Copies the specifiedNkStyleItem
to thecursor_hover
field.
-
cursor_hover
public NkStyleProgress cursor_hover(java.util.function.Consumer<NkStyleItem> consumer)
Passes thecursor_hover
field to the specifiedConsumer
.
-
cursor_active
public NkStyleProgress cursor_active(NkStyleItem value)
Copies the specifiedNkStyleItem
to thecursor_active
field.
-
cursor_active
public NkStyleProgress cursor_active(java.util.function.Consumer<NkStyleItem> consumer)
Passes thecursor_active
field to the specifiedConsumer
.
-
cursor_border_color
public NkStyleProgress cursor_border_color(NkColor value)
Copies the specifiedNkColor
to thecursor_border_color
field.
-
cursor_border_color
public NkStyleProgress cursor_border_color(java.util.function.Consumer<NkColor> consumer)
Passes thecursor_border_color
field to the specifiedConsumer
.
-
rounding
public NkStyleProgress rounding(float value)
Sets the specified value to therounding
field.
-
border
public NkStyleProgress border(float value)
Sets the specified value to theborder
field.
-
cursor_border
public NkStyleProgress cursor_border(float value)
Sets the specified value to thecursor_border
field.
-
cursor_rounding
public NkStyleProgress cursor_rounding(float value)
Sets the specified value to thecursor_rounding
field.
-
padding
public NkStyleProgress padding(NkVec2 value)
Copies the specifiedNkVec2
to thepadding
field.
-
padding
public NkStyleProgress padding(java.util.function.Consumer<NkVec2> consumer)
Passes thepadding
field to the specifiedConsumer
.
-
userdata
public NkStyleProgress userdata(NkHandle value)
Copies the specifiedNkHandle
to theuserdata
field.
-
userdata
public NkStyleProgress userdata(java.util.function.Consumer<NkHandle> consumer)
Passes theuserdata
field to the specifiedConsumer
.
-
draw_begin
public NkStyleProgress draw_begin(@Nullable NkDrawBeginCallbackI value)
Sets the specified value to thedraw_begin
field.
-
draw_end
public NkStyleProgress draw_end(@Nullable NkDrawEndCallbackI value)
Sets the specified value to thedraw_end
field.
-
set
public NkStyleProgress set(NkStyleItem normal, NkStyleItem hover, NkStyleItem active, NkColor border_color, NkStyleItem cursor_normal, NkStyleItem cursor_hover, NkStyleItem cursor_active, NkColor cursor_border_color, float rounding, float border, float cursor_border, float cursor_rounding, NkVec2 padding, NkHandle userdata, NkDrawBeginCallbackI draw_begin, NkDrawEndCallbackI draw_end)
Initializes this struct with the specified values.
-
set
public NkStyleProgress set(NkStyleProgress src)
Copies the specified struct data to this struct.- Parameters:
src
- the source struct- Returns:
- this struct
-
malloc
public static NkStyleProgress malloc()
Returns a newNkStyleProgress
instance allocated withmemAlloc
. The instance must be explicitly freed.
-
calloc
public static NkStyleProgress calloc()
Returns a newNkStyleProgress
instance allocated withmemCalloc
. The instance must be explicitly freed.
-
create
public static NkStyleProgress create()
Returns a newNkStyleProgress
instance allocated withBufferUtils
.
-
create
public static NkStyleProgress create(long address)
Returns a newNkStyleProgress
instance for the specified memory address.
-
createSafe
@Nullable public static NkStyleProgress createSafe(long address)
-
malloc
public static NkStyleProgress.Buffer malloc(int capacity)
Returns a newNkStyleProgress.Buffer
instance allocated withmemAlloc
. The instance must be explicitly freed.- Parameters:
capacity
- the buffer capacity
-
calloc
public static NkStyleProgress.Buffer calloc(int capacity)
Returns a newNkStyleProgress.Buffer
instance allocated withmemCalloc
. The instance must be explicitly freed.- Parameters:
capacity
- the buffer capacity
-
create
public static NkStyleProgress.Buffer create(int capacity)
Returns a newNkStyleProgress.Buffer
instance allocated withBufferUtils
.- Parameters:
capacity
- the buffer capacity
-
create
public static NkStyleProgress.Buffer create(long address, int capacity)
Create aNkStyleProgress.Buffer
instance at the specified memory.- Parameters:
address
- the memory addresscapacity
- the buffer capacity
-
createSafe
@Nullable public static NkStyleProgress.Buffer createSafe(long address, int capacity)
-
mallocStack
public static NkStyleProgress mallocStack()
Returns a newNkStyleProgress
instance allocated on the thread-localMemoryStack
.
-
callocStack
public static NkStyleProgress callocStack()
Returns a newNkStyleProgress
instance allocated on the thread-localMemoryStack
and initializes all its bits to zero.
-
mallocStack
public static NkStyleProgress mallocStack(org.lwjgl.system.MemoryStack stack)
Returns a newNkStyleProgress
instance allocated on the specifiedMemoryStack
.- Parameters:
stack
- the stack from which to allocate
-
callocStack
public static NkStyleProgress callocStack(org.lwjgl.system.MemoryStack stack)
Returns a newNkStyleProgress
instance allocated on the specifiedMemoryStack
and initializes all its bits to zero.- Parameters:
stack
- the stack from which to allocate
-
mallocStack
public static NkStyleProgress.Buffer mallocStack(int capacity)
Returns a newNkStyleProgress.Buffer
instance allocated on the thread-localMemoryStack
.- Parameters:
capacity
- the buffer capacity
-
callocStack
public static NkStyleProgress.Buffer callocStack(int capacity)
Returns a newNkStyleProgress.Buffer
instance allocated on the thread-localMemoryStack
and initializes all its bits to zero.- Parameters:
capacity
- the buffer capacity
-
mallocStack
public static NkStyleProgress.Buffer mallocStack(int capacity, org.lwjgl.system.MemoryStack stack)
Returns a newNkStyleProgress.Buffer
instance allocated on the specifiedMemoryStack
.- Parameters:
stack
- the stack from which to allocatecapacity
- the buffer capacity
-
callocStack
public static NkStyleProgress.Buffer callocStack(int capacity, org.lwjgl.system.MemoryStack stack)
Returns a newNkStyleProgress.Buffer
instance allocated on the specifiedMemoryStack
and initializes all its bits to zero.- Parameters:
stack
- the stack from which to allocatecapacity
- the buffer capacity
-
nnormal
public static NkStyleItem nnormal(long struct)
Unsafe version ofnormal()
.
-
nhover
public static NkStyleItem nhover(long struct)
Unsafe version ofhover()
.
-
nactive
public static NkStyleItem nactive(long struct)
Unsafe version ofactive()
.
-
nborder_color
public static NkColor nborder_color(long struct)
Unsafe version ofborder_color()
.
-
ncursor_normal
public static NkStyleItem ncursor_normal(long struct)
Unsafe version ofcursor_normal()
.
-
ncursor_hover
public static NkStyleItem ncursor_hover(long struct)
Unsafe version ofcursor_hover()
.
-
ncursor_active
public static NkStyleItem ncursor_active(long struct)
Unsafe version ofcursor_active()
.
-
ncursor_border_color
public static NkColor ncursor_border_color(long struct)
Unsafe version ofcursor_border_color()
.
-
nrounding
public static float nrounding(long struct)
Unsafe version ofrounding()
.
-
nborder
public static float nborder(long struct)
Unsafe version ofborder()
.
-
ncursor_border
public static float ncursor_border(long struct)
Unsafe version ofcursor_border()
.
-
ncursor_rounding
public static float ncursor_rounding(long struct)
Unsafe version ofcursor_rounding()
.
-
nuserdata
public static NkHandle nuserdata(long struct)
Unsafe version ofuserdata()
.
-
ndraw_begin
@Nullable public static NkDrawBeginCallback ndraw_begin(long struct)
Unsafe version ofdraw_begin()
.
-
ndraw_end
@Nullable public static NkDrawEndCallback ndraw_end(long struct)
Unsafe version ofdraw_end()
.
-
nnormal
public static void nnormal(long struct, NkStyleItem value)
Unsafe version ofnormal
.
-
nhover
public static void nhover(long struct, NkStyleItem value)
Unsafe version ofhover
.
-
nactive
public static void nactive(long struct, NkStyleItem value)
Unsafe version ofactive
.
-
nborder_color
public static void nborder_color(long struct, NkColor value)
Unsafe version ofborder_color
.
-
ncursor_normal
public static void ncursor_normal(long struct, NkStyleItem value)
Unsafe version ofcursor_normal
.
-
ncursor_hover
public static void ncursor_hover(long struct, NkStyleItem value)
Unsafe version ofcursor_hover
.
-
ncursor_active
public static void ncursor_active(long struct, NkStyleItem value)
Unsafe version ofcursor_active
.
-
ncursor_border_color
public static void ncursor_border_color(long struct, NkColor value)
Unsafe version ofcursor_border_color
.
-
nrounding
public static void nrounding(long struct, float value)
Unsafe version ofrounding
.
-
nborder
public static void nborder(long struct, float value)
Unsafe version ofborder
.
-
ncursor_border
public static void ncursor_border(long struct, float value)
Unsafe version ofcursor_border
.
-
ncursor_rounding
public static void ncursor_rounding(long struct, float value)
Unsafe version ofcursor_rounding
.
-
ndraw_begin
public static void ndraw_begin(long struct, @Nullable NkDrawBeginCallbackI value)
Unsafe version ofdraw_begin
.
-
ndraw_end
public static void ndraw_end(long struct, @Nullable NkDrawEndCallbackI value)
Unsafe version ofdraw_end
.
-
-