This is a special class. It represents a 3D mouse. This mouse can navigate in OpenGL world, ant it can go forward and backward. It also can move left, right, up and down

Namespace:  GLSV
Assembly:  GLSV (in GLSV.dll) Version: 1.2009.6.26 (1.2009.06.26)

Syntax

C#
[SerializableAttribute]
public class Pointer3D : Model
Visual Basic (Declaration)
<SerializableAttribute> _
Public Class Pointer3D _
	Inherits Model
Visual C++
[SerializableAttribute]
public ref class Pointer3D : public Model

Inheritance Hierarchy

System..::.Object
  GLSV..::.Model
    GLSV..::.Pointer3D

See Also