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