Package org.lwjgl.nuklear
Class NkStyleButton
- java.lang.Object
-
- org.lwjgl.system.Pointer.Default
-
- org.lwjgl.system.Struct
-
- org.lwjgl.nuklear.NkStyleButton
-
- All Implemented Interfaces:
java.lang.AutoCloseable
,org.lwjgl.system.NativeResource
,org.lwjgl.system.Pointer
public class NkStyleButton extends org.lwjgl.system.Struct implements org.lwjgl.system.NativeResource
Layout
struct nk_style_button {
struct nk_style_item
normal;struct nk_style_item
hover;struct nk_style_item
active;struct nk_color
border_color;struct nk_color
text_background;struct nk_color
text_normal;struct nk_color
text_hover;struct nk_color
text_active; nk_flags text_alignment; float border; float rounding;struct nk_vec2
padding;struct nk_vec2
image_padding;struct nk_vec2
touch_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
NkStyleButton.Buffer
An array ofNkStyleButton
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
DRAW_BEGIN
DRAW_END
HOVER
IMAGE_PADDING
NORMAL
PADDING
ROUNDINGThe struct member offsets.static int
SIZEOF
The struct size in bytes.static int
TEXT_ACTIVE
TEXT_ALIGNMENT
TEXT_BACKGROUND
TEXT_HOVER
TEXT_NORMAL
TOUCH_PADDING
USERDATAThe struct member offsets.
-
Constructor Summary
Constructors Constructor Description NkStyleButton(java.nio.ByteBuffer container)
Creates aNkStyleButton
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.NkStyleButton
active(java.util.function.Consumer<NkStyleItem> consumer)
Passes theactive
field to the specifiedConsumer
.NkStyleButton
active(NkStyleItem value)
Copies the specifiedNkStyleItem
to theactive
field.float
border()
Returns the value of theborder
field.NkStyleButton
border(float value)
Sets the specified value to theborder
field.NkColor
border_color()
Returns aNkColor
view of theborder_color
field.NkStyleButton
border_color(java.util.function.Consumer<NkColor> consumer)
Passes theborder_color
field to the specifiedConsumer
.NkStyleButton
border_color(NkColor value)
Copies the specifiedNkColor
to theborder_color
field.static NkStyleButton
calloc()
Returns a newNkStyleButton
instance allocated withmemCalloc
.static NkStyleButton.Buffer
calloc(int capacity)
Returns a newNkStyleButton.Buffer
instance allocated withmemCalloc
.static NkStyleButton
callocStack()
Returns a newNkStyleButton
instance allocated on the thread-localMemoryStack
and initializes all its bits to zero.static NkStyleButton.Buffer
callocStack(int capacity)
Returns a newNkStyleButton.Buffer
instance allocated on the thread-localMemoryStack
and initializes all its bits to zero.static NkStyleButton.Buffer
callocStack(int capacity, org.lwjgl.system.MemoryStack stack)
Returns a newNkStyleButton.Buffer
instance allocated on the specifiedMemoryStack
and initializes all its bits to zero.static NkStyleButton
callocStack(org.lwjgl.system.MemoryStack stack)
Returns a newNkStyleButton
instance allocated on the specifiedMemoryStack
and initializes all its bits to zero.static NkStyleButton
create()
Returns a newNkStyleButton
instance allocated withBufferUtils
.static NkStyleButton.Buffer
create(int capacity)
Returns a newNkStyleButton.Buffer
instance allocated withBufferUtils
.static NkStyleButton
create(long address)
Returns a newNkStyleButton
instance for the specified memory address.static NkStyleButton.Buffer
create(long address, int capacity)
Create aNkStyleButton.Buffer
instance at the specified memory.static NkStyleButton
createSafe(long address)
static NkStyleButton.Buffer
createSafe(long address, int capacity)
NkDrawBeginCallback
draw_begin()
Returns the value of thedraw_begin
field.NkStyleButton
draw_begin(NkDrawBeginCallbackI value)
Sets the specified value to thedraw_begin
field.NkDrawEndCallback
draw_end()
Returns the value of thedraw_end
field.NkStyleButton
draw_end(NkDrawEndCallbackI value)
Sets the specified value to thedraw_end
field.NkStyleItem
hover()
Returns aNkStyleItem
view of thehover
field.NkStyleButton
hover(java.util.function.Consumer<NkStyleItem> consumer)
Passes thehover
field to the specifiedConsumer
.NkStyleButton
hover(NkStyleItem value)
Copies the specifiedNkStyleItem
to thehover
field.NkVec2
image_padding()
Returns aNkVec2
view of theimage_padding
field.NkStyleButton
image_padding(java.util.function.Consumer<NkVec2> consumer)
Passes theimage_padding
field to the specifiedConsumer
.NkStyleButton
image_padding(NkVec2 value)
Copies the specifiedNkVec2
to theimage_padding
field.static NkStyleButton
malloc()
Returns a newNkStyleButton
instance allocated withmemAlloc
.static NkStyleButton.Buffer
malloc(int capacity)
Returns a newNkStyleButton.Buffer
instance allocated withmemAlloc
.static NkStyleButton
mallocStack()
Returns a newNkStyleButton
instance allocated on the thread-localMemoryStack
.static NkStyleButton.Buffer
mallocStack(int capacity)
Returns a newNkStyleButton.Buffer
instance allocated on the thread-localMemoryStack
.static NkStyleButton.Buffer
mallocStack(int capacity, org.lwjgl.system.MemoryStack stack)
Returns a newNkStyleButton.Buffer
instance allocated on the specifiedMemoryStack
.static NkStyleButton
mallocStack(org.lwjgl.system.MemoryStack stack)
Returns a newNkStyleButton
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 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 NkVec2
nimage_padding(long struct)
Unsafe version ofimage_padding()
.static void
nimage_padding(long struct, NkVec2 value)
Unsafe version ofimage_padding
.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.NkStyleButton
normal(java.util.function.Consumer<NkStyleItem> consumer)
Passes thenormal
field to the specifiedConsumer
.NkStyleButton
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 NkColor
ntext_active(long struct)
Unsafe version oftext_active()
.static void
ntext_active(long struct, NkColor value)
Unsafe version oftext_active
.static int
ntext_alignment(long struct)
Unsafe version oftext_alignment()
.static void
ntext_alignment(long struct, int value)
Unsafe version oftext_alignment
.static NkColor
ntext_background(long struct)
Unsafe version oftext_background()
.static void
ntext_background(long struct, NkColor value)
Unsafe version oftext_background
.static NkColor
ntext_hover(long struct)
Unsafe version oftext_hover()
.static void
ntext_hover(long struct, NkColor value)
Unsafe version oftext_hover
.static NkColor
ntext_normal(long struct)
Unsafe version oftext_normal()
.static void
ntext_normal(long struct, NkColor value)
Unsafe version oftext_normal
.static NkVec2
ntouch_padding(long struct)
Unsafe version oftouch_padding()
.static void
ntouch_padding(long struct, NkVec2 value)
Unsafe version oftouch_padding
.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.NkStyleButton
padding(java.util.function.Consumer<NkVec2> consumer)
Passes thepadding
field to the specifiedConsumer
.NkStyleButton
padding(NkVec2 value)
Copies the specifiedNkVec2
to thepadding
field.float
rounding()
Returns the value of therounding
field.NkStyleButton
rounding(float value)
Sets the specified value to therounding
field.NkStyleButton
set(NkStyleButton src)
Copies the specified struct data to this struct.NkStyleButton
set(NkStyleItem normal, NkStyleItem hover, NkStyleItem active, NkColor border_color, NkColor text_background, NkColor text_normal, NkColor text_hover, NkColor text_active, int text_alignment, float border, float rounding, NkVec2 padding, NkVec2 image_padding, NkVec2 touch_padding, NkHandle userdata, NkDrawBeginCallbackI draw_begin, NkDrawEndCallbackI draw_end)
Initializes this struct with the specified values.int
sizeof()
NkColor
text_active()
Returns aNkColor
view of thetext_active
field.NkStyleButton
text_active(java.util.function.Consumer<NkColor> consumer)
Passes thetext_active
field to the specifiedConsumer
.NkStyleButton
text_active(NkColor value)
Copies the specifiedNkColor
to thetext_active
field.int
text_alignment()
Returns the value of thetext_alignment
field.NkStyleButton
text_alignment(int value)
Sets the specified value to thetext_alignment
field.NkColor
text_background()
Returns aNkColor
view of thetext_background
field.NkStyleButton
text_background(java.util.function.Consumer<NkColor> consumer)
Passes thetext_background
field to the specifiedConsumer
.NkStyleButton
text_background(NkColor value)
Copies the specifiedNkColor
to thetext_background
field.NkColor
text_hover()
Returns aNkColor
view of thetext_hover
field.NkStyleButton
text_hover(java.util.function.Consumer<NkColor> consumer)
Passes thetext_hover
field to the specifiedConsumer
.NkStyleButton
text_hover(NkColor value)
Copies the specifiedNkColor
to thetext_hover
field.NkColor
text_normal()
Returns aNkColor
view of thetext_normal
field.NkStyleButton
text_normal(java.util.function.Consumer<NkColor> consumer)
Passes thetext_normal
field to the specifiedConsumer
.NkStyleButton
text_normal(NkColor value)
Copies the specifiedNkColor
to thetext_normal
field.NkVec2
touch_padding()
Returns aNkVec2
view of thetouch_padding
field.NkStyleButton
touch_padding(java.util.function.Consumer<NkVec2> consumer)
Passes thetouch_padding
field to the specifiedConsumer
.NkStyleButton
touch_padding(NkVec2 value)
Copies the specifiedNkVec2
to thetouch_padding
field.NkHandle
userdata()
Returns aNkHandle
view of theuserdata
field.NkStyleButton
userdata(java.util.function.Consumer<NkHandle> consumer)
Passes theuserdata
field to the specifiedConsumer
.NkStyleButton
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, TEXT_BACKGROUND, TEXT_NORMAL, TEXT_HOVER, TEXT_ACTIVE, TEXT_ALIGNMENT, BORDER, ROUNDING, PADDING, IMAGE_PADDING, TOUCH_PADDING, USERDATA, DRAW_BEGIN, DRAW_END
The struct member offsets.
-
-
Constructor Detail
-
NkStyleButton
public NkStyleButton(java.nio.ByteBuffer container)
Creates aNkStyleButton
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.
-
text_background
public NkColor text_background()
Returns aNkColor
view of thetext_background
field.
-
text_alignment
public int text_alignment()
Returns the value of thetext_alignment
field.
-
border
public float border()
Returns the value of theborder
field.
-
rounding
public float rounding()
Returns the value of therounding
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 NkStyleButton normal(NkStyleItem value)
Copies the specifiedNkStyleItem
to thenormal
field.
-
normal
public NkStyleButton normal(java.util.function.Consumer<NkStyleItem> consumer)
Passes thenormal
field to the specifiedConsumer
.
-
hover
public NkStyleButton hover(NkStyleItem value)
Copies the specifiedNkStyleItem
to thehover
field.
-
hover
public NkStyleButton hover(java.util.function.Consumer<NkStyleItem> consumer)
Passes thehover
field to the specifiedConsumer
.
-
active
public NkStyleButton active(NkStyleItem value)
Copies the specifiedNkStyleItem
to theactive
field.
-
active
public NkStyleButton active(java.util.function.Consumer<NkStyleItem> consumer)
Passes theactive
field to the specifiedConsumer
.
-
border_color
public NkStyleButton border_color(NkColor value)
Copies the specifiedNkColor
to theborder_color
field.
-
border_color
public NkStyleButton border_color(java.util.function.Consumer<NkColor> consumer)
Passes theborder_color
field to the specifiedConsumer
.
-
text_background
public NkStyleButton text_background(NkColor value)
Copies the specifiedNkColor
to thetext_background
field.
-
text_background
public NkStyleButton text_background(java.util.function.Consumer<NkColor> consumer)
Passes thetext_background
field to the specifiedConsumer
.
-
text_normal
public NkStyleButton text_normal(NkColor value)
Copies the specifiedNkColor
to thetext_normal
field.
-
text_normal
public NkStyleButton text_normal(java.util.function.Consumer<NkColor> consumer)
Passes thetext_normal
field to the specifiedConsumer
.
-
text_hover
public NkStyleButton text_hover(NkColor value)
Copies the specifiedNkColor
to thetext_hover
field.
-
text_hover
public NkStyleButton text_hover(java.util.function.Consumer<NkColor> consumer)
Passes thetext_hover
field to the specifiedConsumer
.
-
text_active
public NkStyleButton text_active(NkColor value)
Copies the specifiedNkColor
to thetext_active
field.
-
text_active
public NkStyleButton text_active(java.util.function.Consumer<NkColor> consumer)
Passes thetext_active
field to the specifiedConsumer
.
-
text_alignment
public NkStyleButton text_alignment(int value)
Sets the specified value to thetext_alignment
field.
-
border
public NkStyleButton border(float value)
Sets the specified value to theborder
field.
-
rounding
public NkStyleButton rounding(float value)
Sets the specified value to therounding
field.
-
padding
public NkStyleButton padding(NkVec2 value)
Copies the specifiedNkVec2
to thepadding
field.
-
padding
public NkStyleButton padding(java.util.function.Consumer<NkVec2> consumer)
Passes thepadding
field to the specifiedConsumer
.
-
image_padding
public NkStyleButton image_padding(NkVec2 value)
Copies the specifiedNkVec2
to theimage_padding
field.
-
image_padding
public NkStyleButton image_padding(java.util.function.Consumer<NkVec2> consumer)
Passes theimage_padding
field to the specifiedConsumer
.
-
touch_padding
public NkStyleButton touch_padding(NkVec2 value)
Copies the specifiedNkVec2
to thetouch_padding
field.
-
touch_padding
public NkStyleButton touch_padding(java.util.function.Consumer<NkVec2> consumer)
Passes thetouch_padding
field to the specifiedConsumer
.
-
userdata
public NkStyleButton userdata(NkHandle value)
Copies the specifiedNkHandle
to theuserdata
field.
-
userdata
public NkStyleButton userdata(java.util.function.Consumer<NkHandle> consumer)
Passes theuserdata
field to the specifiedConsumer
.
-
draw_begin
public NkStyleButton draw_begin(@Nullable NkDrawBeginCallbackI value)
Sets the specified value to thedraw_begin
field.
-
draw_end
public NkStyleButton draw_end(@Nullable NkDrawEndCallbackI value)
Sets the specified value to thedraw_end
field.
-
set
public NkStyleButton set(NkStyleItem normal, NkStyleItem hover, NkStyleItem active, NkColor border_color, NkColor text_background, NkColor text_normal, NkColor text_hover, NkColor text_active, int text_alignment, float border, float rounding, NkVec2 padding, NkVec2 image_padding, NkVec2 touch_padding, NkHandle userdata, NkDrawBeginCallbackI draw_begin, NkDrawEndCallbackI draw_end)
Initializes this struct with the specified values.
-
set
public NkStyleButton set(NkStyleButton src)
Copies the specified struct data to this struct.- Parameters:
src
- the source struct- Returns:
- this struct
-
malloc
public static NkStyleButton malloc()
Returns a newNkStyleButton
instance allocated withmemAlloc
. The instance must be explicitly freed.
-
calloc
public static NkStyleButton calloc()
Returns a newNkStyleButton
instance allocated withmemCalloc
. The instance must be explicitly freed.
-
create
public static NkStyleButton create()
Returns a newNkStyleButton
instance allocated withBufferUtils
.
-
create
public static NkStyleButton create(long address)
Returns a newNkStyleButton
instance for the specified memory address.
-
createSafe
@Nullable public static NkStyleButton createSafe(long address)
-
malloc
public static NkStyleButton.Buffer malloc(int capacity)
Returns a newNkStyleButton.Buffer
instance allocated withmemAlloc
. The instance must be explicitly freed.- Parameters:
capacity
- the buffer capacity
-
calloc
public static NkStyleButton.Buffer calloc(int capacity)
Returns a newNkStyleButton.Buffer
instance allocated withmemCalloc
. The instance must be explicitly freed.- Parameters:
capacity
- the buffer capacity
-
create
public static NkStyleButton.Buffer create(int capacity)
Returns a newNkStyleButton.Buffer
instance allocated withBufferUtils
.- Parameters:
capacity
- the buffer capacity
-
create
public static NkStyleButton.Buffer create(long address, int capacity)
Create aNkStyleButton.Buffer
instance at the specified memory.- Parameters:
address
- the memory addresscapacity
- the buffer capacity
-
createSafe
@Nullable public static NkStyleButton.Buffer createSafe(long address, int capacity)
-
mallocStack
public static NkStyleButton mallocStack()
Returns a newNkStyleButton
instance allocated on the thread-localMemoryStack
.
-
callocStack
public static NkStyleButton callocStack()
Returns a newNkStyleButton
instance allocated on the thread-localMemoryStack
and initializes all its bits to zero.
-
mallocStack
public static NkStyleButton mallocStack(org.lwjgl.system.MemoryStack stack)
Returns a newNkStyleButton
instance allocated on the specifiedMemoryStack
.- Parameters:
stack
- the stack from which to allocate
-
callocStack
public static NkStyleButton callocStack(org.lwjgl.system.MemoryStack stack)
Returns a newNkStyleButton
instance allocated on the specifiedMemoryStack
and initializes all its bits to zero.- Parameters:
stack
- the stack from which to allocate
-
mallocStack
public static NkStyleButton.Buffer mallocStack(int capacity)
Returns a newNkStyleButton.Buffer
instance allocated on the thread-localMemoryStack
.- Parameters:
capacity
- the buffer capacity
-
callocStack
public static NkStyleButton.Buffer callocStack(int capacity)
Returns a newNkStyleButton.Buffer
instance allocated on the thread-localMemoryStack
and initializes all its bits to zero.- Parameters:
capacity
- the buffer capacity
-
mallocStack
public static NkStyleButton.Buffer mallocStack(int capacity, org.lwjgl.system.MemoryStack stack)
Returns a newNkStyleButton.Buffer
instance allocated on the specifiedMemoryStack
.- Parameters:
stack
- the stack from which to allocatecapacity
- the buffer capacity
-
callocStack
public static NkStyleButton.Buffer callocStack(int capacity, org.lwjgl.system.MemoryStack stack)
Returns a newNkStyleButton.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()
.
-
ntext_background
public static NkColor ntext_background(long struct)
Unsafe version oftext_background()
.
-
ntext_normal
public static NkColor ntext_normal(long struct)
Unsafe version oftext_normal()
.
-
ntext_hover
public static NkColor ntext_hover(long struct)
Unsafe version oftext_hover()
.
-
ntext_active
public static NkColor ntext_active(long struct)
Unsafe version oftext_active()
.
-
ntext_alignment
public static int ntext_alignment(long struct)
Unsafe version oftext_alignment()
.
-
nborder
public static float nborder(long struct)
Unsafe version ofborder()
.
-
nrounding
public static float nrounding(long struct)
Unsafe version ofrounding()
.
-
nimage_padding
public static NkVec2 nimage_padding(long struct)
Unsafe version ofimage_padding()
.
-
ntouch_padding
public static NkVec2 ntouch_padding(long struct)
Unsafe version oftouch_padding()
.
-
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
.
-
ntext_background
public static void ntext_background(long struct, NkColor value)
Unsafe version oftext_background
.
-
ntext_normal
public static void ntext_normal(long struct, NkColor value)
Unsafe version oftext_normal
.
-
ntext_hover
public static void ntext_hover(long struct, NkColor value)
Unsafe version oftext_hover
.
-
ntext_active
public static void ntext_active(long struct, NkColor value)
Unsafe version oftext_active
.
-
ntext_alignment
public static void ntext_alignment(long struct, int value)
Unsafe version oftext_alignment
.
-
nborder
public static void nborder(long struct, float value)
Unsafe version ofborder
.
-
nrounding
public static void nrounding(long struct, float value)
Unsafe version ofrounding
.
-
nimage_padding
public static void nimage_padding(long struct, NkVec2 value)
Unsafe version ofimage_padding
.
-
ntouch_padding
public static void ntouch_padding(long struct, NkVec2 value)
Unsafe version oftouch_padding
.
-
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
.
-
-