target<< ( value object -- )


Vocabulary
accessors

Inputs
valuean object
objectan object


Outputs
None

Definition

GENERIC: target<< ( value object -- )


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 }
} write-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 }
} write-struct-slot ; inline



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



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