|
D3D.DrawCrossHair |
|
|
state = D3D.DrawCrossHair( nControl AS INTEGER, state AS INTEGER ) AS INTEGER
Enables or disables the drawing of the center of view crosshair
Example:
D3D.CurrentFrame( nControl, 1 ) D3D.DrawCrossHair( nControl, FALSE )
|