toggle menu
korge-root
5.1.0
common
switch theme
search in API
korge-core
/
korlibs.ffi
/
FFIDelegateNativeDoubleProperty
FFIDelegate
Native
Double
Property
inline
class
FFIDelegateNativeDoubleProperty
(
val
offset
:
Int
)
Members
Constructors
FFIDelegate
Native
Double
Property
Link copied to clipboard
constructor
(
offset
:
Int
)
Properties
offset
Link copied to clipboard
val
offset
:
Int
Functions
get
Link copied to clipboard
fun
get
(
pointer
:
FFIPointer
)
:
Double
get
Value
Link copied to clipboard
operator
fun
getValue
(
obj
:
FFIStructure
,
property
:
KProperty
<
*
>
)
:
Double
set
Link copied to clipboard
fun
set
(
pointer
:
FFIPointer
,
value
:
Double
)
set
Value
Link copied to clipboard
operator
fun
setValue
(
obj
:
FFIStructure
,
property
:
KProperty
<
*
>
,
i
:
Double
)