toggle menu
korge-root
5.1.0
common
switch theme
search in API
korge-core
/
korlibs.ffi.osx
/
ObjcRef
Objc
Ref
inline
class
ObjcRef
(
val
id
:
Long
)
Members
Constructors
Objc
Ref
Link copied to clipboard
constructor
(
ref
:
ObjcRef
,
unit
:
Unit
=
Unit
)
constructor
(
id
:
Long
)
Properties
id
Link copied to clipboard
val
id
:
Long
Functions
msg
Send
Link copied to clipboard
fun
msgSend
(
sel
:
ObjcSel
,
vararg
args
:
Any
?
)
:
Long
fun
msgSend
(
sel
:
String
,
vararg
args
:
Any
?
)
:
Long
msg
Send
Double
Link copied to clipboard
fun
msgSendDouble
(
sel
:
ObjcSel
,
vararg
args
:
Any
?
)
:
Double
fun
msgSendDouble
(
sel
:
String
,
vararg
args
:
Any
?
)
:
Double
msg
Send
Float
Link copied to clipboard
fun
msgSendFloat
(
sel
:
ObjcSel
,
vararg
args
:
Any
?
)
:
Float
fun
msgSendFloat
(
sel
:
String
,
vararg
args
:
Any
?
)
:
Float
msg
Send
Int
Link copied to clipboard
fun
msgSendInt
(
sel
:
ObjcSel
,
vararg
args
:
Any
?
)
:
Int
fun
msgSendInt
(
sel
:
String
,
vararg
args
:
Any
?
)
:
Int
msg
Send
Ref
Link copied to clipboard
fun
msgSendRef
(
sel
:
ObjcSel
,
vararg
args
:
Any
?
)
:
ObjcRef
fun
msgSendRef
(
sel
:
String
,
vararg
args
:
Any
?
)
:
ObjcRef
msg
Send
Void
Link copied to clipboard
fun
msgSendVoid
(
sel
:
ObjcSel
,
vararg
args
:
Any
?
)
fun
msgSendVoid
(
sel
:
String
,
vararg
args
:
Any
?
)