target>> ( object -- value )


Vocabulary
accessors

Inputs
objectan object


Outputs
valuean object


Definition

GENERIC: target>> ( object -- value )


Methods

M: Camera2D target>>
T{ struct-slot-spec
{ name "target" }
{ offset 8 }
{ class Vector2 }
{ initial S{ Vector2 { x 0.0 } { y 0.0 } } }
{ type Vector2 }
} read-struct-slot ; inline



M: Camera3D target>>
T{ struct-slot-spec
{ name "target" }
{ offset 12 }
{ class Vector3 }
{ initial S{ Vector3 { x 0.0 } { y 0.0 } { z 0.0 } } }
{ type Vector3 }
} read-struct-slot ; inline



M: XSelectionEvent target>>
T{ struct-slot-spec
{ name "target" }
{ offset 48 }
{ class integer }
{ initial 0 }
{ type Atom }
} read-struct-slot ; inline



M: XSelectionRequestEvent target>>
T{ struct-slot-spec
{ name "target" }
{ offset 56 }
{ class integer }
{ initial 0 }
{ type Atom }
} read-struct-slot ; inline