toggle menu
korge-root
5.1.0
common
switch theme
search in API
korge-foundation
/
korlibs.memory
/
setUInt16
set
UInt16
fun
Buffer
.
setUInt16
(
index
:
Int
,
value
:
Int
)
Deprecated
Replace with
set16LE(index * Short.SIZE_BYTES, value.toShort())
Content copied to clipboard