ViewControlInfo struct
From Solid Graphics Wiki
| ||||||||||||
The ViewControlInfo struct specifies values used by the Window3D class for view navigation using mouse an keyboard.
Constructors
This struct has no constructors (apart from default constructor and default copy constructor).
Fields
| Field name | Type | Description |
| mouseSensitivity | float[ 3 ] | Specifies mouse sensitivity for Window3D::ImRotate, Window3D::ImFreeLook and Window3D::ImFly interaction modes. Default value is (1.0f, 1.0f 1.0f). |
| floorNavDirRotateBreakDot | float | (this is currently undecumented field). Default value is 0.85f. |
| floorNavDirRotateYSplitRatio | float | (this is currently undecumented field). Default value is 0.75f. |
| allowMultipleSelection | bool | Specifies whether multiple objects selection is allowed by the Window3D object (true) or not (false). Default value is true. |
| commandInfo | const char* | Specifies string contaning commands definitions loaded into the CommandTrigger used by the Window3D object. This is the default value used for this field. |
| commandKeyInfo | const char* | Specifies string used to load commands shourtcut keys definitions into CommandTrigger used by the Window3D object. This is the default value used for this field. |
| commandKeysRegistryStorageRoot | SKL::RegistryRoot | RegistryRoot used for storing command keys definitions into registry. Default value is SKL::CurrentUSer. |
| commandKeysRegistryStorage | const char* | Registry key name used to storing command kes definitions into registry. Default value is NULL - which means that storing keys definitions to registry is disabled. |
Methods
The ViewControlInfo struct has no public methods.
Operators
The ViewControlInfo struct has no public operators.
See Also
- Window3D::GetViewControlInfo
- Window3D class
- defaultControlInfo
- Window3DDefaults struct
- ViewMovementInfo struct
