Table: | For general settings |
Table: | For controlling keyboard and mouse controls |
+ combination: | For specifying additional keyboard keys |
MIL_ID Disp3dId, | //in |
MIL_INT64 ControlType, | //in |
MIL_DOUBLE ControlValue | //in |
This function allows you to control the specified MIL 3D display setting.
Specifies the identifier of the target 3D display, previously allocated using M3ddispAlloc().
Specifies the type of 3D display setting to control.
See the Parameter associations section for possible values that can be specified.
Specifies the new value to assign to the 3D display setting specified by the ControlType parameter.
See the Parameter associations section for possible values that can be specified.
The tables below list possible values for the ControlType and ControlValue parameters.
The following ControlType and corresponding ControlValue parameter settings are available for 3D displays.
For general settings
|
|||||||||||||||||||||||||||||||||||||||
ControlType | Description | ||||||||||||||||||||||||||||||||||||||
ControlValue | |||||||||||||||||||||||||||||||||||||||
M_AUTO_ROTATE |
Sets whether to automatically rotate the view (both the viewpoint and interest point) around the auto-rotation axis. This gives the impression that the scene is rotating. By default, the auto-rotation axis is that which is parallel to the Z-axis and intersects the default position of the interest point (typically the center of the first 3D graphic added to the internal 3D graphics list of the 3D display). You can change the auto-rotation axis using M3ddispCopy() with M_ROTATION_AXIS and the MIL identifier of a line 3D geometry object. Typically, you should only use an auto-rotation axis that intersects the interest point. Some users might be disoriented by the view rotating around a different axis, especially when the rotation indicator is enabled (using M_ROTATION_INDICATOR). Instead of this control type, you can also use M_ACTION_KEY_AUTO_ROTATE to enable/disable rotation. INQ (summarize)Sets whether to automatically rotate the view (both the viewpoint and interest point) around the auto-rotation axis. INQ (more details...) |
||||||||||||||||||||||||||||||||||||||
M_DEFAULT |
Same as M_DISABLE. |
||||||||||||||||||||||||||||||||||||||
M_DISABLE |
Specifies to not auto-rotate the view. |
||||||||||||||||||||||||||||||||||||||
M_ENABLE |
Specifies to auto-rotate the view. |
||||||||||||||||||||||||||||||||||||||
M_BACKGROUND_COLOR |
Sets the primary background color for the 3D display, used when M_BACKGROUND_MODE is set to M_SINGLE_COLOR or M_GRADIENT_VERTICAL. INQ (summarize)Sets the primary background color for the 3D display, used when M_BACKGROUND_MODE is set to M_SINGLE_COLOR or M_GRADIENT_VERTICAL. INQ (more details...) |
||||||||||||||||||||||||||||||||||||||
M_DEFAULT |
Specifies a dark gray. This is equivalent to M_RGB888() with the values (0,35,40). (summarize)Specifies a dark gray. (more details...) |
||||||||||||||||||||||||||||||||||||||
Specifies the RGB value to which the background color will be set. (summarize)Specifies the RGB value to which the background color will be set. (more details...) |
|||||||||||||||||||||||||||||||||||||||
Parameters | |||||||||||||||||||||||||||||||||||||||
Specifies the red component, as a value between 0 and 255. |
|||||||||||||||||||||||||||||||||||||||
Specifies the green component, as a value between 0 and 255. |
|||||||||||||||||||||||||||||||||||||||
Specifies the blue component, as a value between 0 and 255. |
|||||||||||||||||||||||||||||||||||||||
M_COLOR_BLACK |
Specifies the color black. |
||||||||||||||||||||||||||||||||||||||
M_COLOR_BLUE |
Specifies the color blue. |
||||||||||||||||||||||||||||||||||||||
M_COLOR_BRIGHT_GRAY |
Specifies the color bright gray. |
||||||||||||||||||||||||||||||||||||||
M_COLOR_CYAN |
Specifies the color cyan. |
||||||||||||||||||||||||||||||||||||||
M_COLOR_DARK_BLUE |
Specifies the color dark blue. |
||||||||||||||||||||||||||||||||||||||
M_COLOR_DARK_CYAN |
Specifies the color dark cyan. |
||||||||||||||||||||||||||||||||||||||
M_COLOR_DARK_GREEN |
Specifies the color dark green. |
||||||||||||||||||||||||||||||||||||||
M_COLOR_DARK_MAGENTA |
Specifies the color dark magenta. |
||||||||||||||||||||||||||||||||||||||
M_COLOR_DARK_RED |
Specifies the color dark red. |
||||||||||||||||||||||||||||||||||||||
M_COLOR_DARK_YELLOW |
Specifies the color dark yellow. |
||||||||||||||||||||||||||||||||||||||
M_COLOR_GRAY |
Specifies the color gray. |
||||||||||||||||||||||||||||||||||||||
M_COLOR_GREEN |
Specifies the color green. |
||||||||||||||||||||||||||||||||||||||
M_COLOR_LIGHT_BLUE |
Specifies the color light blue. |
||||||||||||||||||||||||||||||||||||||
M_COLOR_LIGHT_GRAY |
Specifies the color light gray. |
||||||||||||||||||||||||||||||||||||||
M_COLOR_LIGHT_GREEN |
Specifies the color light green. |
||||||||||||||||||||||||||||||||||||||
M_COLOR_LIGHT_WHITE |
Specifies the color light white. |
||||||||||||||||||||||||||||||||||||||
M_COLOR_MAGENTA |
Specifies the color magenta. |
||||||||||||||||||||||||||||||||||||||
M_COLOR_RED |
Specifies the color red. |
||||||||||||||||||||||||||||||||||||||
M_COLOR_WHITE |
Specifies the color white. |
||||||||||||||||||||||||||||||||||||||
M_COLOR_YELLOW |
Specifies the color yellow. |
||||||||||||||||||||||||||||||||||||||
M_BACKGROUND_COLOR_GRADIENT |
Sets the secondary background color for the 3D display, used when M_BACKGROUND_MODE specifies that the background is a gradient. INQ (summarize)Sets the secondary background color for the 3D display, used when M_BACKGROUND_MODE specifies that the background is a gradient. INQ (more details...) |
||||||||||||||||||||||||||||||||||||||
M_DEFAULT |
Specifies a light gray. This is equivalent to M_RGB888() with the values (90,110,130). (summarize)Specifies a light gray. (more details...) |
||||||||||||||||||||||||||||||||||||||
Specifies the RGB value to which the background color will be set. (summarize)Specifies the RGB value to which the background color will be set. (more details...) |
|||||||||||||||||||||||||||||||||||||||
Parameters | |||||||||||||||||||||||||||||||||||||||
Specifies the red component, as a value between 0 and 255. |
|||||||||||||||||||||||||||||||||||||||
Specifies the green component, as a value between 0 and 255. |
|||||||||||||||||||||||||||||||||||||||
Specifies the blue component, as a value between 0 and 255. |
|||||||||||||||||||||||||||||||||||||||
M_COLOR_BLACK |
Specifies the color black. |
||||||||||||||||||||||||||||||||||||||
M_COLOR_BLUE |
Specifies the color blue. |
||||||||||||||||||||||||||||||||||||||
M_COLOR_BRIGHT_GRAY |
Specifies the color bright gray. |
||||||||||||||||||||||||||||||||||||||
M_COLOR_CYAN |
Specifies the color cyan. |
||||||||||||||||||||||||||||||||||||||
M_COLOR_DARK_BLUE |
Specifies the color dark blue. |
||||||||||||||||||||||||||||||||||||||
M_COLOR_DARK_CYAN |
Specifies the color dark cyan. |
||||||||||||||||||||||||||||||||||||||
M_COLOR_DARK_GREEN |
Specifies the color dark green. |
||||||||||||||||||||||||||||||||||||||
M_COLOR_DARK_MAGENTA |
Specifies the color dark magenta. |
||||||||||||||||||||||||||||||||||||||
M_COLOR_DARK_RED |
Specifies the color dark red. |
||||||||||||||||||||||||||||||||||||||
M_COLOR_DARK_YELLOW |
Specifies the color dark yellow. |
||||||||||||||||||||||||||||||||||||||
M_COLOR_GRAY |
Specifies the color gray. |
||||||||||||||||||||||||||||||||||||||
M_COLOR_GREEN |
Specifies the color green. |
||||||||||||||||||||||||||||||||||||||
M_COLOR_LIGHT_BLUE |
Specifies the color light blue. |
||||||||||||||||||||||||||||||||||||||
M_COLOR_LIGHT_GRAY |
Specifies the color light gray. |
||||||||||||||||||||||||||||||||||||||
M_COLOR_LIGHT_GREEN |
Specifies the color light green. |
||||||||||||||||||||||||||||||||||||||
M_COLOR_LIGHT_WHITE |
Specifies the color light white. |
||||||||||||||||||||||||||||||||||||||
M_COLOR_MAGENTA |
Specifies the color magenta. |
||||||||||||||||||||||||||||||||||||||
M_COLOR_RED |
Specifies the color red. |
||||||||||||||||||||||||||||||||||||||
M_COLOR_WHITE |
Specifies the color white. |
||||||||||||||||||||||||||||||||||||||
M_COLOR_YELLOW |
Specifies the color yellow. |
||||||||||||||||||||||||||||||||||||||
M_BACKGROUND_MODE |
Sets whether the background of the 3D display is a solid color or a gradient. INQ (summarize)Sets whether the background of the 3D display is a solid color or a gradient. INQ (more details...) |
||||||||||||||||||||||||||||||||||||||
M_DEFAULT |
Same as M_GRADIENT_VERTICAL. |
||||||||||||||||||||||||||||||||||||||
M_BACKGROUND_IMAGE |
Specifies that the background is an image, set using M3ddispCopy() with M_BACKGROUND_IMAGE. If no background image is set, the background is shown as though this value were set to M_GRADIENT_VERTICAL. (summarize)Specifies that the background is an image, set using M3ddispCopy() with M_BACKGROUND_IMAGE. (more details...) |
||||||||||||||||||||||||||||||||||||||
M_GRADIENT_VERTICAL |
Specifies that the background is a gradient. The top of the window is the color specified by M_BACKGROUND_COLOR and the bottom of the window is the color specified by M_BACKGROUND_COLOR_GRADIENT. (summarize)Specifies that the background is a gradient. (more details...) |
||||||||||||||||||||||||||||||||||||||
M_SINGLE_COLOR |
Specifies that the background is a solid color, specified by M_BACKGROUND_COLOR. |
||||||||||||||||||||||||||||||||||||||
M_FOV_HORIZONTAL_ANGLE |
Sets the horizontal field of view of the 3D display as an angle. This is the angle that defines how much of the scene is shown within the width of the 3D display. The default value is whichever value will give the field of view the same aspect ratio as the 3D display's window size, given the default vertical field of view. Note that the display's M_FOV_HORIZONTAL_ANGLE and M_FOV_VERTICAL_ANGLE must always have the same aspect ratio as M_SIZE_X and M_SIZE_Y. Any time one of these values is changed, M_FOV_HORIZONTAL_ANGLE and/or M_FOV_VERTICAL_ANGLE will be automatically updated to maintain this coherence. For example, if you increase M_SIZE_Y, M_FOV_VERTICAL_ANGLE will also be increased by an appropriate amount to maintain the aspect ratio. INQ (summarize)Sets the horizontal field of view of the 3D display as an angle. INQ (more details...) |
||||||||||||||||||||||||||||||||||||||
0.0 < Value < 180.0 |
Specifies the horizontal field of view, in degrees. |
||||||||||||||||||||||||||||||||||||||
M_FOV_VERTICAL_ANGLE |
Sets the vertical field of view of the 3D display as an angle. This is the angle that defines how much of the scene is shown within the height of the 3D display. Note that the display's M_FOV_HORIZONTAL_ANGLE and M_FOV_VERTICAL_ANGLE must always have the same aspect ratio as M_SIZE_X and M_SIZE_Y. Any time one of these values is changed, M_FOV_HORIZONTAL_ANGLE and/or M_FOV_VERTICAL_ANGLE will be automatically updated to maintain this coherence. For example, if you increase M_SIZE_Y, M_FOV_VERTICAL_ANGLE will also be increased by an appropriate amount to maintain the aspect ratio. INQ (summarize)Sets the vertical field of view of the 3D display as an angle. INQ (more details...) |
||||||||||||||||||||||||||||||||||||||
M_DEFAULT |
Specifies the default value; the default value is 30°. |
||||||||||||||||||||||||||||||||||||||
0.0 < Value < 180.0 |
Specifies the vertical field of view, in degrees. |
||||||||||||||||||||||||||||||||||||||
M_ROTATION_INDICATOR |
Sets whether to show the rotation indicator in the center of the view. The rotation indicator is always positioned at the interest point, and axis-aligned with the working coordinate system of the 3D display. This is useful for showing the current orientation of the view. INQ (summarize)Sets whether to show the rotation indicator in the center of the view. INQ (more details...) |
||||||||||||||||||||||||||||||||||||||
M_DEFAULT |
Same as M_ENABLE_ON_MOUSE_CLICK. |
||||||||||||||||||||||||||||||||||||||
M_DISABLE |
Specifies to not show the rotation indicator. |
||||||||||||||||||||||||||||||||||||||
M_ENABLE |
Specifies to always show the rotation indicator. |
||||||||||||||||||||||||||||||||||||||
M_ENABLE_ON_MOUSE_CLICK |
Specifies to show the rotation indicator when the left mouse button is held down. |
||||||||||||||||||||||||||||||||||||||
M_ROTATION_SPEED |
Sets how fast, and in what direction, the view rotates when M_AUTO_ROTATE is set to M_ENABLE. This is the number of degrees the view rotates per second. If this value is set to a positive number, the view will auto-rotate to the right. Otherwise, it will auto-rotate to the left. INQ (summarize)Sets how fast, and in what direction, the view rotates when M_AUTO_ROTATE is set to M_ENABLE. INQ (more details...) |
||||||||||||||||||||||||||||||||||||||
M_DEFAULT |
Specifies the default value; the default value is 20 degrees/sec. |
||||||||||||||||||||||||||||||||||||||
Value |
Specifies the auto-rotation speed, in degrees/sec. |
||||||||||||||||||||||||||||||||||||||
M_SIZE_X |
Sets the horizontal resolution of the window. Note that the display's M_FOV_HORIZONTAL_ANGLE and M_FOV_VERTICAL_ANGLE must always have the same aspect ratio as M_SIZE_X and M_SIZE_Y. Any time one of these values is changed, M_FOV_HORIZONTAL_ANGLE and/or M_FOV_VERTICAL_ANGLE will be automatically updated to maintain this coherence. For example, if you increase M_SIZE_Y, M_FOV_VERTICAL_ANGLE will also be increased by an appropriate amount to maintain the aspect ratio. INQ (summarize)Sets the horizontal resolution of the window. INQ (more details...) |
||||||||||||||||||||||||||||||||||||||
M_DEFAULT |
Specifies the default value; the default value is 400. |
||||||||||||||||||||||||||||||||||||||
Value >= 1 |
Specifies the horizontal resolution, in pixels. Only integer values are accepted. (summarize)Specifies the horizontal resolution, in pixels. (more details...) |
||||||||||||||||||||||||||||||||||||||
M_SIZE_Y |
Sets the vertical resolution of the window. Note that the display's M_FOV_HORIZONTAL_ANGLE and M_FOV_VERTICAL_ANGLE must always have the same aspect ratio as M_SIZE_X and M_SIZE_Y. Any time one of these values is changed, M_FOV_HORIZONTAL_ANGLE and/or M_FOV_VERTICAL_ANGLE will be automatically updated to maintain this coherence. For example, if you increase M_SIZE_Y, M_FOV_VERTICAL_ANGLE will also be increased by an appropriate amount to maintain the aspect ratio. INQ (summarize)Sets the vertical resolution of the window. INQ (more details...) |
||||||||||||||||||||||||||||||||||||||
M_DEFAULT |
Specifies the default value; the default value is 400. |
||||||||||||||||||||||||||||||||||||||
Value >= 1 |
Specifies the vertical resolution, in pixels. Only integer values are accepted. (summarize)Specifies the vertical resolution, in pixels. (more details...) |
||||||||||||||||||||||||||||||||||||||
M_TITLE |
Sets the display's title to the specified string. If no string is specified, the window is given a default title ("MIL Display #x"). (summarize)Sets the display's title to the specified string. (more details...) |
||||||||||||||||||||||||||||||||||||||
Casts the address of the string identifying the specified window title (or display's title), from a MIL_CONST_TEXT_PTR to a MIL_INT. (summarize)Casts the address of the string identifying the specified window title (or display's title), from a MIL_CONST_TEXT_PTR to a MIL_INT. (more details...) |
|||||||||||||||||||||||||||||||||||||||
Parameters | |||||||||||||||||||||||||||||||||||||||
This parameter specifies the string whose address to cast. |
|||||||||||||||||||||||||||||||||||||||
|
|||||||||||||||||||||||||||||||||||||||
M_UPDATE |
Sets whether MIL should update the 3D display. This control type can be used to temporarily disable display updates when the internal 3D graphics list (or a buffer/container associated with a 3D graphic in the 3D graphics list) is being modified by more than one operation; the 3D display can then be updated at the end of all operations. INQ (summarize)Sets whether MIL should update the 3D display. INQ (more details...) |
||||||||||||||||||||||||||||||||||||||
M_DEFAULT |
Same as M_ENABLE. |
||||||||||||||||||||||||||||||||||||||
M_DISABLE |
Specifies not to update the 3D display. |
||||||||||||||||||||||||||||||||||||||
M_ENABLE |
Specifies to update the 3D display. Also, the 3D display is forced to update immediately. (summarize)Specifies to update the 3D display. (more details...) |
||||||||||||||||||||||||||||||||||||||
M_NOW |
Specifies to force an immediate update of the 3D display. In this case, the display is updated even if M_UPDATE is set to M_DISABLE. (summarize)Specifies to force an immediate update of the 3D display. (more details...) |
||||||||||||||||||||||||||||||||||||||
M_WINDOW_INITIAL_POSITION_X |
Sets the initial left-most X-coordinate of the window. INQ (summarize)Sets the initial left-most X-coordinate of the window. INQ (more details...) |
||||||||||||||||||||||||||||||||||||||
M_DEFAULT |
Specifies the default value; the default value is 0. |
||||||||||||||||||||||||||||||||||||||
Value |
Specifies the X-coordinate, in pixels. Only integer values are accepted. (summarize)Specifies the X-coordinate, in pixels. (more details...) |
||||||||||||||||||||||||||||||||||||||
M_WINDOW_INITIAL_POSITION_Y |
Sets the initial top-most Y-coordinate of the window. Only integer values are accepted. INQ (summarize)Sets the initial top-most Y-coordinate of the window. INQ (more details...) |
||||||||||||||||||||||||||||||||||||||
M_DEFAULT |
Specifies the default value; the default value is 0. |
||||||||||||||||||||||||||||||||||||||
Value |
Specifies the Y-coordinate, in pixels. Only integer values are accepted. (summarize)Specifies the Y-coordinate, in pixels. (more details...) |
1 If you are passing the value in a variable, don't enclose it in MIL_TEXT().
The following ControlType and corresponding ControlValue parameter settings are used to enable, disable, or change keyboard and mouse controls of the 3D display.
For controlling keyboard and mouse
controls
|
||||||||||||||||||||||||||||||||||||||||||
ControlType | Description | |||||||||||||||||||||||||||||||||||||||||
ControlValue | ||||||||||||||||||||||||||||||||||||||||||
M_ACTION_KEY_AUTO_ROTATE |
Sets the keyboard keys that you can press to start and stop auto-rotation around the auto-rotation axis (set using M3dgraCopy() with the MIL identifier of a 3D line geometry object). This action is equivalent to enabling or disabling auto-rotation using M_AUTO_ROTATE. If the keyboard key that you specify is used by another action setting (M_ACTION_KEY_...), MIL sets that other action setting to M_NONE. This setting only has an effect if you enable M_KEYBOARD_USE. INQ (summarize)Sets the keyboard keys that you can press to start and stop auto-rotation around the auto-rotation axis (set using M3dgraCopy() with the MIL identifier of a 3D line geometry object). INQ (more details...) |
|||||||||||||||||||||||||||||||||||||||||
M_DEFAULT |
Same as M_KEY_R. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_ADD + |
Specifies the Add key (+). |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_ARROW_DOWN + |
Specifies the Down Arrow key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_ARROW_LEFT + |
Specifies the Left Arrow key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_ARROW_RIGHT + |
Specifies the Right Arrow key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_ARROW_UP + |
Specifies the Up Arrow key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_BACK + |
Specifies the Back key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_CLEAR + |
Specifies the Clear key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_DECIMAL + |
Specifies the Period key located on your number pad. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_DELETE + |
Specifies the Delete key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_DIVIDE + |
Specifies the Divide key (/). |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_END + |
Specifies the End key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_ESC + |
Specifies the Esc key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_EXECUTE + |
Specifies the Execute key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_Fn + |
Specifies the n key, where n is a value from 1 to 24. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_HOME + |
Specifies the Home key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_INSERT + |
Specifies the Insert key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_MULTIPLY + |
Specifies the Multiply key (*). |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_n + |
Specifies the n key, where n is a value from 0 to 9. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_NUM_LOCK + |
Specifies the Num Lock key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_NUMPADn + |
Specifies the n key, where n is a value from 0 to 9. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_PAGEDOWN + |
Specifies the Pagedown key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_PAGEUP + |
Specifies the Pageup key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_PAUSE + |
Specifies the Pause key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_R + |
Specifies the R key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_RETURN + |
Specifies the Return key (Enter). |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_SCROLL_LOCK + |
Specifies the Scroll Lock key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_SEPARATOR + |
Specifies the Separator key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_SPACE + |
Specifies the Space key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_SUBTRACT + |
Specifies the Subtract key (-). |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_TAB + |
Specifies the Tab key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_xxx + |
Specifies the letter key xxx, where xxx can be a letter from A to Z. |
|||||||||||||||||||||||||||||||||||||||||
M_NONE + |
Specifies that there are no keyboard keys for this action setting. |
|||||||||||||||||||||||||||||||||||||||||
M_ACTION_KEY_ORBIT_DOWN |
Sets the keyboard keys that you can press to orbit the viewpoint down around the interest point. This action is equivalent to using M3ddispSetView() with M_ORBIT_VERTICAL and a negative value. If the keyboard key that you specify is used by another action setting (M_ACTION_KEY_...), MIL sets that other action setting to M_NONE. This setting only has an effect if you enable M_KEYBOARD_USE. INQ (summarize)Sets the keyboard keys that you can press to orbit the viewpoint down around the interest point. INQ (more details...) |
|||||||||||||||||||||||||||||||||||||||||
M_DEFAULT |
Same as M_KEY_ARROW_DOWN. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_ADD + |
Specifies the Add key (+). |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_ARROW_DOWN + |
Specifies the Down Arrow key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_ARROW_LEFT + |
Specifies the Left Arrow key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_ARROW_RIGHT + |
Specifies the Right Arrow key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_ARROW_UP + |
Specifies the Up Arrow key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_BACK + |
Specifies the Back key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_CLEAR + |
Specifies the Clear key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_DECIMAL + |
Specifies the Period key located on your number pad. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_DELETE + |
Specifies the Delete key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_DIVIDE + |
Specifies the Divide key (/). |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_END + |
Specifies the End key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_ESC + |
Specifies the Esc key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_EXECUTE + |
Specifies the Execute key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_Fn + |
Specifies the n key, where n is a value from 1 to 24. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_HOME + |
Specifies the Home key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_INSERT + |
Specifies the Insert key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_MULTIPLY + |
Specifies the Multiply key (*). |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_n + |
Specifies the n key, where n is a value from 0 to 9. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_NUM_LOCK + |
Specifies the Num Lock key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_NUMPADn + |
Specifies the n key, where n is a value from 0 to 9. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_PAGEDOWN + |
Specifies the Pagedown key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_PAGEUP + |
Specifies the Pageup key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_PAUSE + |
Specifies the Pause key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_RETURN + |
Specifies the Return key (Enter). |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_SCROLL_LOCK + |
Specifies the Scroll Lock key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_SEPARATOR + |
Specifies the Separator key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_SPACE + |
Specifies the Space key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_SUBTRACT + |
Specifies the Subtract key (-). |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_TAB + |
Specifies the Tab key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_xxx + |
Specifies the letter key xxx, where xxx can be a letter from A to Z. |
|||||||||||||||||||||||||||||||||||||||||
M_NONE + |
Specifies that there are no keyboard keys for this action setting. |
|||||||||||||||||||||||||||||||||||||||||
M_ACTION_KEY_ORBIT_LEFT |
Sets the keyboard keys that you can press to orbit the viewpoint left around the interest point. This action is equivalent to using M3ddispSetView() with M_ORBIT_HORIZONTAL and a negative value. If the keyboard key that you specify is used by another action setting (M_ACTION_KEY_...), MIL sets that other action setting to M_NONE. This setting only has an effect if you enable M_KEYBOARD_USE. INQ (summarize)Sets the keyboard keys that you can press to orbit the viewpoint left around the interest point. INQ (more details...) |
|||||||||||||||||||||||||||||||||||||||||
M_DEFAULT |
Same as M_KEY_ARROW_LEFT. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_ADD + |
Specifies the Add key (+). |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_ARROW_DOWN + |
Specifies the Down Arrow key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_ARROW_LEFT + |
Specifies the Left Arrow key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_ARROW_RIGHT + |
Specifies the Right Arrow key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_ARROW_UP + |
Specifies the Up Arrow key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_BACK + |
Specifies the Back key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_CLEAR + |
Specifies the Clear key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_DECIMAL + |
Specifies the Period key located on your number pad. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_DELETE + |
Specifies the Delete key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_DIVIDE + |
Specifies the Divide key (/). |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_END + |
Specifies the End key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_ESC + |
Specifies the Esc key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_EXECUTE + |
Specifies the Execute key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_Fn + |
Specifies the n key, where n is a value from 1 to 24. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_HOME + |
Specifies the Home key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_INSERT + |
Specifies the Insert key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_MULTIPLY + |
Specifies the Multiply key (*). |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_n + |
Specifies the n key, where n is a value from 0 to 9. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_NUM_LOCK + |
Specifies the Num Lock key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_NUMPADn + |
Specifies the n key, where n is a value from 0 to 9. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_PAGEDOWN + |
Specifies the Pagedown key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_PAGEUP + |
Specifies the Pageup key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_PAUSE + |
Specifies the Pause key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_RETURN + |
Specifies the Return key (Enter). |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_SCROLL_LOCK + |
Specifies the Scroll Lock key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_SEPARATOR + |
Specifies the Separator key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_SPACE + |
Specifies the Space key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_SUBTRACT + |
Specifies the Subtract key (-). |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_TAB + |
Specifies the Tab key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_xxx + |
Specifies the letter key xxx, where xxx can be a letter from A to Z. |
|||||||||||||||||||||||||||||||||||||||||
M_NONE + |
Specifies that there are no keyboard keys for this action setting. |
|||||||||||||||||||||||||||||||||||||||||
M_ACTION_KEY_ORBIT_RIGHT |
Sets the keyboard keys that you can press to orbit the viewpoint right around the interest point. This action is equivalent to using M3ddispSetView() with M_ORBIT_HORIZONTAL and a positive value. If the keyboard key that you specify is used by another action setting (M_ACTION_KEY_...), MIL sets that other action setting to M_NONE. This setting only has an effect if you enable M_KEYBOARD_USE. INQ (summarize)Sets the keyboard keys that you can press to orbit the viewpoint right around the interest point. INQ (more details...) |
|||||||||||||||||||||||||||||||||||||||||
M_DEFAULT |
Same as M_KEY_ARROW_RIGHT. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_ADD + |
Specifies the Add key (+). |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_ARROW_DOWN + |
Specifies the Down Arrow key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_ARROW_LEFT + |
Specifies the Left Arrow key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_ARROW_RIGHT + |
Specifies the Right Arrow key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_ARROW_UP + |
Specifies the Up Arrow key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_BACK + |
Specifies the Back key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_CLEAR + |
Specifies the Clear key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_DECIMAL + |
Specifies the Period key located on your number pad. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_DELETE + |
Specifies the Delete key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_DIVIDE + |
Specifies the Divide key (/). |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_END + |
Specifies the End key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_ESC + |
Specifies the Esc key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_EXECUTE + |
Specifies the Execute key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_Fn + |
Specifies the n key, where n is a value from 1 to 24. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_HOME + |
Specifies the Home key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_INSERT + |
Specifies the Insert key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_MULTIPLY + |
Specifies the Multiply key (*). |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_n + |
Specifies the n key, where n is a value from 0 to 9. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_NUM_LOCK + |
Specifies the Num Lock key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_NUMPADn + |
Specifies the n key, where n is a value from 0 to 9. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_PAGEDOWN + |
Specifies the Pagedown key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_PAGEUP + |
Specifies the Pageup key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_PAUSE + |
Specifies the Pause key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_RETURN + |
Specifies the Return key (Enter). |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_SCROLL_LOCK + |
Specifies the Scroll Lock key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_SEPARATOR + |
Specifies the Separator key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_SPACE + |
Specifies the Space key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_SUBTRACT + |
Specifies the Subtract key (-). |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_TAB + |
Specifies the Tab key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_xxx + |
Specifies the letter key xxx, where xxx can be a letter from A to Z. |
|||||||||||||||||||||||||||||||||||||||||
M_NONE + |
Specifies that there are no keyboard keys for this action setting. |
|||||||||||||||||||||||||||||||||||||||||
M_ACTION_KEY_ORBIT_UP |
Sets the keyboard keys that you can press to orbit the viewpoint up around the interest point. This action is equivalent to using M3ddispSetView() with M_ORBIT_VERTICAL and a positive value. If the keyboard key that you specify is used by another action setting (M_ACTION_KEY_...), MIL sets that other action setting to M_NONE. This setting only has an effect if you enable M_KEYBOARD_USE. INQ (summarize)Sets the keyboard keys that you can press to orbit the viewpoint up around the interest point. INQ (more details...) |
|||||||||||||||||||||||||||||||||||||||||
M_DEFAULT |
Same as M_KEY_ARROW_UP. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_ADD + |
Specifies the Add key (+). |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_ARROW_DOWN + |
Specifies the Down Arrow key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_ARROW_LEFT + |
Specifies the Left Arrow key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_ARROW_RIGHT + |
Specifies the Right Arrow key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_ARROW_UP + |
Specifies the Up Arrow key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_BACK + |
Specifies the Back key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_CLEAR + |
Specifies the Clear key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_DECIMAL + |
Specifies the Period key located on your number pad. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_DELETE + |
Specifies the Delete key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_DIVIDE + |
Specifies the Divide key (/). |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_END + |
Specifies the End key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_ESC + |
Specifies the Esc key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_EXECUTE + |
Specifies the Execute key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_Fn + |
Specifies the n key, where n is a value from 1 to 24. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_HOME + |
Specifies the Home key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_INSERT + |
Specifies the Insert key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_MULTIPLY + |
Specifies the Multiply key (*). |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_n + |
Specifies the n key, where n is a value from 0 to 9. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_NUM_LOCK + |
Specifies the Num Lock key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_NUMPADn + |
Specifies the n key, where n is a value from 0 to 9. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_PAGEDOWN + |
Specifies the Pagedown key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_PAGEUP + |
Specifies the Pageup key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_PAUSE + |
Specifies the Pause key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_RETURN + |
Specifies the Return key (Enter). |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_SCROLL_LOCK + |
Specifies the Scroll Lock key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_SEPARATOR + |
Specifies the Separator key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_SPACE + |
Specifies the Space key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_SUBTRACT + |
Specifies the Subtract key (-). |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_TAB + |
Specifies the Tab key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_xxx + |
Specifies the letter key xxx, where xxx can be a letter from A to Z. |
|||||||||||||||||||||||||||||||||||||||||
M_NONE + |
Specifies that there are no keyboard keys for this action setting. |
|||||||||||||||||||||||||||||||||||||||||
M_ACTION_KEY_ORIENTATION_BOTTOM_TILTED |
Sets the keyboard keys that you can press to set the orientation of the viewpoint so that the view faces the bottom-front of the interest point. This action is equivalent to using M3ddispSetView() with M_VIEW_ORIENTATION and M_BOTTOM_TILTED. If the keyboard key that you specify is used by another action setting (M_ACTION_KEY_...), MIL sets that other action setting to M_NONE. This setting only has an effect if you enable M_KEYBOARD_USE. INQ (summarize)Sets the keyboard keys that you can press to set the orientation of the viewpoint so that the view faces the bottom-front of the interest point. INQ (more details...) |
|||||||||||||||||||||||||||||||||||||||||
M_DEFAULT |
Same as M_KEY_1. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_1 + |
Specifies the 1 key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_ADD + |
Specifies the Add key (+). |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_ARROW_DOWN + |
Specifies the Down Arrow key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_ARROW_LEFT + |
Specifies the Left Arrow key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_ARROW_RIGHT + |
Specifies the Right Arrow key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_ARROW_UP + |
Specifies the Up Arrow key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_BACK + |
Specifies the Back key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_CLEAR + |
Specifies the Clear key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_DECIMAL + |
Specifies the Period key located on your number pad. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_DELETE + |
Specifies the Delete key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_DIVIDE + |
Specifies the Divide key (/). |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_END + |
Specifies the End key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_ESC + |
Specifies the Esc key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_EXECUTE + |
Specifies the Execute key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_Fn + |
Specifies the n key, where n is a value from 1 to 24. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_HOME + |
Specifies the Home key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_INSERT + |
Specifies the Insert key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_MULTIPLY + |
Specifies the Multiply key (*). |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_n + |
Specifies the n key, where n is a value from 0 to 9. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_NUM_LOCK + |
Specifies the Num Lock key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_NUMPADn + |
Specifies the n key, where n is a value from 0 to 9. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_PAGEDOWN + |
Specifies the Pagedown key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_PAGEUP + |
Specifies the Pageup key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_PAUSE + |
Specifies the Pause key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_RETURN + |
Specifies the Return key (Enter). |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_SCROLL_LOCK + |
Specifies the Scroll Lock key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_SEPARATOR + |
Specifies the Separator key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_SPACE + |
Specifies the Space key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_SUBTRACT + |
Specifies the Subtract key (-). |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_TAB + |
Specifies the Tab key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_xxx + |
Specifies the letter key xxx, where xxx can be a letter from A to Z. |
|||||||||||||||||||||||||||||||||||||||||
M_NONE + |
Specifies that there are no keyboard keys for this action setting. |
|||||||||||||||||||||||||||||||||||||||||
M_ACTION_KEY_ORIENTATION_BOTTOM_VIEW |
Sets the keyboard keys that you can press to set the orientation of the viewpoint so that it is directly below the interest point (parallel to the Z-axis of the working coordinate system of the 3D display). This action is equivalent to using M3ddispSetView() with M_VIEW_ORIENTATION and M_BOTTOM_VIEW. If the keyboard key that you specify is used by another action setting (M_ACTION_KEY_...), MIL sets that other action setting to M_NONE. This setting only has an effect if you enable M_KEYBOARD_USE. INQ (summarize)Sets the keyboard keys that you can press to set the orientation of the viewpoint so that it is directly below the interest point (parallel to the Z-axis of the working coordinate system of the 3D display). INQ (more details...) |
|||||||||||||||||||||||||||||||||||||||||
M_DEFAULT |
Same as M_KEY_2. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_2 + |
Specifies the 2 key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_ADD + |
Specifies the Add key (+). |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_ARROW_DOWN + |
Specifies the Down Arrow key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_ARROW_LEFT + |
Specifies the Left Arrow key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_ARROW_RIGHT + |
Specifies the Right Arrow key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_ARROW_UP + |
Specifies the Up Arrow key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_BACK + |
Specifies the Back key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_CLEAR + |
Specifies the Clear key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_DECIMAL + |
Specifies the Period key located on your number pad. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_DELETE + |
Specifies the Delete key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_DIVIDE + |
Specifies the Divide key (/). |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_END + |
Specifies the End key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_ESC + |
Specifies the Esc key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_EXECUTE + |
Specifies the Execute key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_Fn + |
Specifies the n key, where n is a value from 1 to 24. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_HOME + |
Specifies the Home key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_INSERT + |
Specifies the Insert key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_MULTIPLY + |
Specifies the Multiply key (*). |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_n + |
Specifies the n key, where n is a value from 0 to 9. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_NUM_LOCK + |
Specifies the Num Lock key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_NUMPADn + |
Specifies the n key, where n is a value from 0 to 9. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_PAGEDOWN + |
Specifies the Pagedown key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_PAGEUP + |
Specifies the Pageup key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_PAUSE + |
Specifies the Pause key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_RETURN + |
Specifies the Return key (Enter). |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_SCROLL_LOCK + |
Specifies the Scroll Lock key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_SEPARATOR + |
Specifies the Separator key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_SPACE + |
Specifies the Space key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_SUBTRACT + |
Specifies the Subtract key (-). |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_TAB + |
Specifies the Tab key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_xxx + |
Specifies the letter key xxx, where xxx can be a letter from A to Z. |
|||||||||||||||||||||||||||||||||||||||||
M_NONE + |
Specifies that there are no keyboard keys for this action setting. |
|||||||||||||||||||||||||||||||||||||||||
M_ACTION_KEY_ORIENTATION_FRONT_VIEW |
Sets the keyboard keys that you can press to set the orientation of the viewpoint so that it is directly in front of the interest point (parallel to the Y-axis of the working coordinate system of the 3D display). This action is equivalent to using M3ddispSetView() with M_VIEW_ORIENTATION and M_FRONT_VIEW. If the keyboard key that you specify is used by another action setting (M_ACTION_KEY_...), MIL sets that other action setting to M_NONE. This setting only has an effect if you enable M_KEYBOARD_USE. INQ (summarize)Sets the keyboard keys that you can press to set the orientation of the viewpoint so that it is directly in front of the interest point (parallel to the Y-axis of the working coordinate system of the 3D display). INQ (more details...) |
|||||||||||||||||||||||||||||||||||||||||
M_DEFAULT |
Same as M_KEY_5. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_5 + |
Specifies the 5 key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_ADD + |
Specifies the Add key (+). |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_ARROW_DOWN + |
Specifies the Down Arrow key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_ARROW_LEFT + |
Specifies the Left Arrow key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_ARROW_RIGHT + |
Specifies the Right Arrow key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_ARROW_UP + |
Specifies the Up Arrow key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_BACK + |
Specifies the Back key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_CLEAR + |
Specifies the Clear key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_DECIMAL + |
Specifies the Period key located on your number pad. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_DELETE + |
Specifies the Delete key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_DIVIDE + |
Specifies the Divide key (/). |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_END + |
Specifies the End key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_ESC + |
Specifies the Esc key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_EXECUTE + |
Specifies the Execute key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_Fn + |
Specifies the n key, where n is a value from 1 to 24. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_HOME + |
Specifies the Home key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_INSERT + |
Specifies the Insert key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_MULTIPLY + |
Specifies the Multiply key (*). |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_n + |
Specifies the n key, where n is a value from 0 to 9. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_NUM_LOCK + |
Specifies the Num Lock key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_NUMPADn + |
Specifies the n key, where n is a value from 0 to 9. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_PAGEDOWN + |
Specifies the Pagedown key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_PAGEUP + |
Specifies the Pageup key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_PAUSE + |
Specifies the Pause key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_RETURN + |
Specifies the Return key (Enter). |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_SCROLL_LOCK + |
Specifies the Scroll Lock key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_SEPARATOR + |
Specifies the Separator key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_SPACE + |
Specifies the Space key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_SUBTRACT + |
Specifies the Subtract key (-). |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_TAB + |
Specifies the Tab key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_xxx + |
Specifies the letter key xxx, where xxx can be a letter from A to Z. |
|||||||||||||||||||||||||||||||||||||||||
M_NONE + |
Specifies that there are no keyboard keys for this action setting. |
|||||||||||||||||||||||||||||||||||||||||
M_ACTION_KEY_ORIENTATION_LEFT_VIEW |
Sets the keyboard keys that you can press to set the orientation of the viewpoint so that it is directly to the left of the interest point (parallel to the X-axis of the working coordinate system of the 3D display). This action is equivalent to using M3ddispSetView() with M_VIEW_ORIENTATION and M_LEFT_VIEW. If the keyboard key that you specify is used by another action setting (M_ACTION_KEY_...), MIL sets that other action setting to M_NONE. This setting only has an effect if you enable M_KEYBOARD_USE. INQ (summarize)Sets the keyboard keys that you can press to set the orientation of the viewpoint so that it is directly to the left of the interest point (parallel to the X-axis of the working coordinate system of the 3D display). INQ (more details...) |
|||||||||||||||||||||||||||||||||||||||||
M_DEFAULT |
Same as M_KEY_4. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_4 + |
Specifies the 4 key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_ADD + |
Specifies the Add key (+). |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_ARROW_DOWN + |
Specifies the Down Arrow key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_ARROW_LEFT + |
Specifies the Left Arrow key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_ARROW_RIGHT + |
Specifies the Right Arrow key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_ARROW_UP + |
Specifies the Up Arrow key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_BACK + |
Specifies the Back key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_CLEAR + |
Specifies the Clear key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_DECIMAL + |
Specifies the Period key located on your number pad. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_DELETE + |
Specifies the Delete key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_DIVIDE + |
Specifies the Divide key (/). |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_END + |
Specifies the End key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_ESC + |
Specifies the Esc key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_EXECUTE + |
Specifies the Execute key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_Fn + |
Specifies the n key, where n is a value from 1 to 24. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_HOME + |
Specifies the Home key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_INSERT + |
Specifies the Insert key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_MULTIPLY + |
Specifies the Multiply key (*). |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_n + |
Specifies the n key, where n is a value from 0 to 9. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_NUM_LOCK + |
Specifies the Num Lock key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_NUMPADn + |
Specifies the n key, where n is a value from 0 to 9. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_PAGEDOWN + |
Specifies the Pagedown key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_PAGEUP + |
Specifies the Pageup key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_PAUSE + |
Specifies the Pause key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_RETURN + |
Specifies the Return key (Enter). |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_SCROLL_LOCK + |
Specifies the Scroll Lock key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_SEPARATOR + |
Specifies the Separator key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_SPACE + |
Specifies the Space key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_SUBTRACT + |
Specifies the Subtract key (-). |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_TAB + |
Specifies the Tab key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_xxx + |
Specifies the letter key xxx, where xxx can be a letter from A to Z. |
|||||||||||||||||||||||||||||||||||||||||
M_NONE + |
Specifies that there are no keyboard keys for this action setting. |
|||||||||||||||||||||||||||||||||||||||||
M_ACTION_KEY_ORIENTATION_REAR_VIEW |
Sets the keyboard keys that you can press to set the orientation of the viewpoint so that it is directly behind the interest point (parallel to the Y-axis of the working coordinate system of the 3D display). This action is equivalent to using M3ddispSetView() with M_VIEW_ORIENTATION and M_REAR_VIEW. If the keyboard key that you specify is used by another action setting (M_ACTION_KEY_...), MIL sets that other action setting to M_NONE. This setting only has an effect if you enable M_KEYBOARD_USE. INQ (summarize)Sets the keyboard keys that you can press to set the orientation of the viewpoint so that it is directly behind the interest point (parallel to the Y-axis of the working coordinate system of the 3D display). INQ (more details...) |
|||||||||||||||||||||||||||||||||||||||||
M_DEFAULT |
Same as M_KEY_3. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_3 + |
Specifies the 3 key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_ADD + |
Specifies the Add key (+). |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_ARROW_DOWN + |
Specifies the Down Arrow key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_ARROW_LEFT + |
Specifies the Left Arrow key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_ARROW_RIGHT + |
Specifies the Right Arrow key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_ARROW_UP + |
Specifies the Up Arrow key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_BACK + |
Specifies the Back key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_CLEAR + |
Specifies the Clear key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_DECIMAL + |
Specifies the Period key located on your number pad. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_DELETE + |
Specifies the Delete key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_DIVIDE + |
Specifies the Divide key (/). |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_END + |
Specifies the End key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_ESC + |
Specifies the Esc key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_EXECUTE + |
Specifies the Execute key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_Fn + |
Specifies the n key, where n is a value from 1 to 24. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_HOME + |
Specifies the Home key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_INSERT + |
Specifies the Insert key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_MULTIPLY + |
Specifies the Multiply key (*). |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_n + |
Specifies the n key, where n is a value from 0 to 9. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_NUM_LOCK + |
Specifies the Num Lock key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_NUMPADn + |
Specifies the n key, where n is a value from 0 to 9. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_PAGEDOWN + |
Specifies the Pagedown key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_PAGEUP + |
Specifies the Pageup key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_PAUSE + |
Specifies the Pause key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_RETURN + |
Specifies the Return key (Enter). |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_SCROLL_LOCK + |
Specifies the Scroll Lock key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_SEPARATOR + |
Specifies the Separator key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_SPACE + |
Specifies the Space key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_SUBTRACT + |
Specifies the Subtract key (-). |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_TAB + |
Specifies the Tab key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_xxx + |
Specifies the letter key xxx, where xxx can be a letter from A to Z. |
|||||||||||||||||||||||||||||||||||||||||
M_NONE + |
Specifies that there are no keyboard keys for this action setting. |
|||||||||||||||||||||||||||||||||||||||||
M_ACTION_KEY_ORIENTATION_RIGHT_VIEW |
Sets the keyboard keys that you can press to set the orientation of the viewpoint so that it is directly to the right of the interest point (parallel to the X-axis of the working coordinate system of the 3D display). This action is equivalent to using M3ddispSetView() with M_VIEW_ORIENTATION and M_RIGHT_VIEW. If the keyboard key that you specify is used by another action setting (M_ACTION_KEY_...), MIL sets that other action setting to M_NONE. This setting only has an effect if you enable M_KEYBOARD_USE. INQ (summarize)Sets the keyboard keys that you can press to set the orientation of the viewpoint so that it is directly to the right of the interest point (parallel to the X-axis of the working coordinate system of the 3D display). INQ (more details...) |
|||||||||||||||||||||||||||||||||||||||||
M_DEFAULT |
Same as M_KEY_6. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_6 + |
Specifies the 6 key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_ADD + |
Specifies the Add key (+). |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_ARROW_DOWN + |
Specifies the Down Arrow key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_ARROW_LEFT + |
Specifies the Left Arrow key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_ARROW_RIGHT + |
Specifies the Right Arrow key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_ARROW_UP + |
Specifies the Up Arrow key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_BACK + |
Specifies the Back key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_CLEAR + |
Specifies the Clear key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_DECIMAL + |
Specifies the Period key located on your number pad. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_DELETE + |
Specifies the Delete key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_DIVIDE + |
Specifies the Divide key (/). |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_END + |
Specifies the End key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_ESC + |
Specifies the Esc key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_EXECUTE + |
Specifies the Execute key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_Fn + |
Specifies the n key, where n is a value from 1 to 24. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_HOME + |
Specifies the Home key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_INSERT + |
Specifies the Insert key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_MULTIPLY + |
Specifies the Multiply key (*). |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_n + |
Specifies the n key, where n is a value from 0 to 9. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_NUM_LOCK + |
Specifies the Num Lock key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_NUMPADn + |
Specifies the n key, where n is a value from 0 to 9. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_PAGEDOWN + |
Specifies the Pagedown key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_PAGEUP + |
Specifies the Pageup key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_PAUSE + |
Specifies the Pause key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_RETURN + |
Specifies the Return key (Enter). |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_SCROLL_LOCK + |
Specifies the Scroll Lock key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_SEPARATOR + |
Specifies the Separator key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_SPACE + |
Specifies the Space key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_SUBTRACT + |
Specifies the Subtract key (-). |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_TAB + |
Specifies the Tab key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_xxx + |
Specifies the letter key xxx, where xxx can be a letter from A to Z. |
|||||||||||||||||||||||||||||||||||||||||
M_NONE + |
Specifies that there are no keyboard keys for this action setting. |
|||||||||||||||||||||||||||||||||||||||||
M_ACTION_KEY_ORIENTATION_TOP_TILTED |
Sets the keyboard keys that you can press to set orientation of the viewpoint so that the view faces the top-front of the interest point. This action is equivalent to using M3ddispSetView() with M_VIEW_ORIENTATION and M_TOP_TILTED. If the keyboard key that you specify is used by another action setting (M_ACTION_KEY_...), MIL sets that other action setting to M_NONE. This setting only has an effect if you enable M_KEYBOARD_USE. INQ (summarize)Sets the keyboard keys that you can press to set orientation of the viewpoint so that the view faces the top-front of the interest point. INQ (more details...) |
|||||||||||||||||||||||||||||||||||||||||
M_DEFAULT |
Same as M_KEY_7. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_7 + |
Specifies the 7 key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_ADD + |
Specifies the Add key (+). |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_ARROW_DOWN + |
Specifies the Down Arrow key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_ARROW_LEFT + |
Specifies the Left Arrow key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_ARROW_RIGHT + |
Specifies the Right Arrow key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_ARROW_UP + |
Specifies the Up Arrow key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_BACK + |
Specifies the Back key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_CLEAR + |
Specifies the Clear key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_DECIMAL + |
Specifies the Period key located on your number pad. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_DELETE + |
Specifies the Delete key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_DIVIDE + |
Specifies the Divide key (/). |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_END + |
Specifies the End key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_ESC + |
Specifies the Esc key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_EXECUTE + |
Specifies the Execute key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_Fn + |
Specifies the n key, where n is a value from 1 to 24. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_HOME + |
Specifies the Home key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_INSERT + |
Specifies the Insert key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_MULTIPLY + |
Specifies the Multiply key (*). |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_n + |
Specifies the n key, where n is a value from 0 to 9. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_NUM_LOCK + |
Specifies the Num Lock key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_NUMPADn + |
Specifies the n key, where n is a value from 0 to 9. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_PAGEDOWN + |
Specifies the Pagedown key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_PAGEUP + |
Specifies the Pageup key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_PAUSE + |
Specifies the Pause key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_RETURN + |
Specifies the Return key (Enter). |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_SCROLL_LOCK + |
Specifies the Scroll Lock key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_SEPARATOR + |
Specifies the Separator key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_SPACE + |
Specifies the Space key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_SUBTRACT + |
Specifies the Subtract key (-). |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_TAB + |
Specifies the Tab key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_xxx + |
Specifies the letter key xxx, where xxx can be a letter from A to Z. |
|||||||||||||||||||||||||||||||||||||||||
M_NONE + |
Specifies that there are no keyboard keys for this action setting. |
|||||||||||||||||||||||||||||||||||||||||
M_ACTION_KEY_ORIENTATION_TOP_VIEW |
Sets the keyboard keys that you can press to set orientation of the viewpoint so that it is directly above the interest point (parallel to the Z-axis of the working coordinate system of the 3D display). This action is equivalent to using M3ddispSetView() with M_VIEW_ORIENTATION and M_TOP_VIEW. If the keyboard key that you specify is used by another action setting (M_ACTION_KEY_...), MIL sets that other action setting to M_NONE. This setting only has an effect if you enable M_KEYBOARD_USE. INQ (summarize)Sets the keyboard keys that you can press to set orientation of the viewpoint so that it is directly above the interest point (parallel to the Z-axis of the working coordinate system of the 3D display). INQ (more details...) |
|||||||||||||||||||||||||||||||||||||||||
M_DEFAULT |
Same as M_KEY_8. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_8 + |
Specifies the 8 key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_ADD + |
Specifies the Add key (+). |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_ARROW_DOWN + |
Specifies the Down Arrow key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_ARROW_LEFT + |
Specifies the Left Arrow key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_ARROW_RIGHT + |
Specifies the Right Arrow key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_ARROW_UP + |
Specifies the Up Arrow key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_BACK + |
Specifies the Back key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_CLEAR + |
Specifies the Clear key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_DECIMAL + |
Specifies the Period key located on your number pad. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_DELETE + |
Specifies the Delete key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_DIVIDE + |
Specifies the Divide key (/). |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_END + |
Specifies the End key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_ESC + |
Specifies the Esc key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_EXECUTE + |
Specifies the Execute key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_Fn + |
Specifies the n key, where n is a value from 1 to 24. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_HOME + |
Specifies the Home key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_INSERT + |
Specifies the Insert key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_MULTIPLY + |
Specifies the Multiply key (*). |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_n + |
Specifies the n key, where n is a value from 0 to 9. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_NUM_LOCK + |
Specifies the Num Lock key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_NUMPADn + |
Specifies the n key, where n is a value from 0 to 9. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_PAGEDOWN + |
Specifies the Pagedown key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_PAGEUP + |
Specifies the Pageup key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_PAUSE + |
Specifies the Pause key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_RETURN + |
Specifies the Return key (Enter). |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_SCROLL_LOCK + |
Specifies the Scroll Lock key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_SEPARATOR + |
Specifies the Separator key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_SPACE + |
Specifies the Space key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_SUBTRACT + |
Specifies the Subtract key (-). |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_TAB + |
Specifies the Tab key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_xxx + |
Specifies the letter key xxx, where xxx can be a letter from A to Z. |
|||||||||||||||||||||||||||||||||||||||||
M_NONE + |
Specifies that there are no keyboard keys for this action setting. |
|||||||||||||||||||||||||||||||||||||||||
M_ACTION_KEY_RESET |
Sets the keyboard keys that you can press to reset the view to the default position and orientation. This action is equivalent to using M3ddispSetView() with M_AUTO and M_TOP_TILTED. If the keyboard key that you specify is used by another action setting (M_ACTION_KEY_...), MIL sets that other action setting to M_NONE. This setting only has an effect if you enable M_KEYBOARD_USE. INQ (summarize)Sets the keyboard keys that you can press to reset the view to the default position and orientation. INQ (more details...) |
|||||||||||||||||||||||||||||||||||||||||
M_DEFAULT |
Same as M_KEY_HOME. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_ADD + |
Specifies the Add key (+). |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_ARROW_DOWN + |
Specifies the Down Arrow key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_ARROW_LEFT + |
Specifies the Left Arrow key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_ARROW_RIGHT + |
Specifies the Right Arrow key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_ARROW_UP + |
Specifies the Up Arrow key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_BACK + |
Specifies the Back key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_CLEAR + |
Specifies the Clear key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_DECIMAL + |
Specifies the Period key located on your number pad. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_DELETE + |
Specifies the Delete key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_DIVIDE + |
Specifies the Divide key (/). |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_END + |
Specifies the End key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_ESC + |
Specifies the Esc key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_EXECUTE + |
Specifies the Execute key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_Fn + |
Specifies the n key, where n is a value from 1 to 24. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_HOME + |
Specifies the Home key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_INSERT + |
Specifies the Insert key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_MULTIPLY + |
Specifies the Multiply key (*). |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_n + |
Specifies the n key, where n is a value from 0 to 9. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_NUM_LOCK + |
Specifies the Num Lock key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_NUMPADn + |
Specifies the n key, where n is a value from 0 to 9. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_PAGEDOWN + |
Specifies the Pagedown key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_PAGEUP + |
Specifies the Pageup key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_PAUSE + |
Specifies the Pause key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_RETURN + |
Specifies the Return key (Enter). |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_SCROLL_LOCK + |
Specifies the Scroll Lock key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_SEPARATOR + |
Specifies the Separator key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_SPACE + |
Specifies the Space key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_SUBTRACT + |
Specifies the Subtract key (-). |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_TAB + |
Specifies the Tab key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_xxx + |
Specifies the letter key xxx, where xxx can be a letter from A to Z. |
|||||||||||||||||||||||||||||||||||||||||
M_NONE + |
Specifies that there are no keyboard keys for this action setting. |
|||||||||||||||||||||||||||||||||||||||||
M_ACTION_KEY_ROLL_LEFT |
Sets the keyboard keys that you can press to roll the view left. This action is equivalent to using M3ddispSetView() with M_ROLL + M_COMPOSE_WITH_CURRENT and a negative value. If the keyboard key that you specify is used by another action setting (M_ACTION_KEY_...), MIL sets that other action setting to M_NONE. This setting only has an effect if you enable M_KEYBOARD_USE. INQ (summarize)Sets the keyboard keys that you can press to roll the view left. INQ (more details...) |
|||||||||||||||||||||||||||||||||||||||||
M_DEFAULT |
Same as M_KEY_ARROW_LEFT + M_KEY_ALT. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_ADD + |
Specifies the Add key (+). |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_ARROW_DOWN + |
Specifies the Down Arrow key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_ARROW_LEFT + |
Specifies the Left Arrow key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_ARROW_LEFT + M_KEY_ALT |
Specifies the Left Arrow key with the Alt key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_ARROW_RIGHT + |
Specifies the Right Arrow key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_ARROW_UP + |
Specifies the Up Arrow key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_BACK + |
Specifies the Back key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_CLEAR + |
Specifies the Clear key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_DECIMAL + |
Specifies the Period key located on your number pad. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_DELETE + |
Specifies the Delete key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_DIVIDE + |
Specifies the Divide key (/). |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_END + |
Specifies the End key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_ESC + |
Specifies the Esc key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_EXECUTE + |
Specifies the Execute key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_Fn + |
Specifies the n key, where n is a value from 1 to 24. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_HOME + |
Specifies the Home key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_INSERT + |
Specifies the Insert key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_MULTIPLY + |
Specifies the Multiply key (*). |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_n + |
Specifies the n key, where n is a value from 0 to 9. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_NUM_LOCK + |
Specifies the Num Lock key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_NUMPADn + |
Specifies the n key, where n is a value from 0 to 9. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_PAGEDOWN + |
Specifies the Pagedown key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_PAGEUP + |
Specifies the Pageup key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_PAUSE + |
Specifies the Pause key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_RETURN + |
Specifies the Return key (Enter). |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_SCROLL_LOCK + |
Specifies the Scroll Lock key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_SEPARATOR + |
Specifies the Separator key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_SPACE + |
Specifies the Space key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_SUBTRACT + |
Specifies the Subtract key (-). |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_TAB + |
Specifies the Tab key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_xxx + |
Specifies the letter key xxx, where xxx can be a letter from A to Z. |
|||||||||||||||||||||||||||||||||||||||||
M_NONE + |
Specifies that there are no keyboard keys for this action setting. |
|||||||||||||||||||||||||||||||||||||||||
M_ACTION_KEY_ROLL_RIGHT |
Sets the keyboard keys that you can press to roll the view right. This action is equivalent to using M3ddispSetView() with M_ROLL + M_COMPOSE_WITH_CURRENT and a positive value. If the keyboard key that you specify is used by another action setting (M_ACTION_KEY_...), MIL sets that other action setting to M_NONE. This setting only has an effect if you enable M_KEYBOARD_USE. INQ (summarize)Sets the keyboard keys that you can press to roll the view right. INQ (more details...) |
|||||||||||||||||||||||||||||||||||||||||
M_DEFAULT |
Same as M_KEY_ARROW_RIGHT + M_KEY_ALT. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_ADD + |
Specifies the Add key (+). |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_ARROW_DOWN + |
Specifies the Down Arrow key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_ARROW_LEFT + |
Specifies the Left Arrow key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_ARROW_RIGHT + |
Specifies the Right Arrow key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_ARROW_RIGHT + M_KEY_ALT |
Specifies the Right Arrow key with the Alt key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_ARROW_UP + |
Specifies the Up Arrow key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_BACK + |
Specifies the Back key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_CLEAR + |
Specifies the Clear key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_DECIMAL + |
Specifies the Period key located on your number pad. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_DELETE + |
Specifies the Delete key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_DIVIDE + |
Specifies the Divide key (/). |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_END + |
Specifies the End key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_ESC + |
Specifies the Esc key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_EXECUTE + |
Specifies the Execute key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_Fn + |
Specifies the n key, where n is a value from 1 to 24. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_HOME + |
Specifies the Home key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_INSERT + |
Specifies the Insert key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_MULTIPLY + |
Specifies the Multiply key (*). |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_n + |
Specifies the n key, where n is a value from 0 to 9. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_NUM_LOCK + |
Specifies the Num Lock key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_NUMPADn + |
Specifies the n key, where n is a value from 0 to 9. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_PAGEDOWN + |
Specifies the Pagedown key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_PAGEUP + |
Specifies the Pageup key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_PAUSE + |
Specifies the Pause key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_RETURN + |
Specifies the Return key (Enter). |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_SCROLL_LOCK + |
Specifies the Scroll Lock key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_SEPARATOR + |
Specifies the Separator key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_SPACE + |
Specifies the Space key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_SUBTRACT + |
Specifies the Subtract key (-). |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_TAB + |
Specifies the Tab key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_xxx + |
Specifies the letter key xxx, where xxx can be a letter from A to Z. |
|||||||||||||||||||||||||||||||||||||||||
M_NONE + |
Specifies that there are no keyboard keys for this action setting. |
|||||||||||||||||||||||||||||||||||||||||
M_ACTION_KEY_TRANSLATE_BACKWARD |
Sets the keyboard keys that you can press to move the view backward relative to its current orientation. This action is equivalent to using M3ddispSetView() with M_TRANSLATE. If the keyboard key that you specify is used by another action setting (M_ACTION_KEY_...), MIL sets that other action setting to M_NONE. This setting only has an effect if you enable M_KEYBOARD_USE. INQ (summarize)Sets the keyboard keys that you can press to move the view backward relative to its current orientation. INQ (more details...) |
|||||||||||||||||||||||||||||||||||||||||
M_DEFAULT |
Same as M_KEY_ARROW_DOWN + M_KEY_ALT. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_ADD + |
Specifies the Add key (+). |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_ARROW_DOWN + |
Specifies the Down Arrow key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_ARROW_DOWN + M_KEY_ALT |
Specifies the Down Arrow key with the Alt key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_ARROW_LEFT + |
Specifies the Left Arrow key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_ARROW_RIGHT + |
Specifies the Right Arrow key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_ARROW_UP + |
Specifies the Up Arrow key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_BACK + |
Specifies the Back key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_CLEAR + |
Specifies the Clear key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_DECIMAL + |
Specifies the Period key located on your number pad. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_DELETE + |
Specifies the Delete key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_DIVIDE + |
Specifies the Divide key (/). |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_END + |
Specifies the End key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_ESC + |
Specifies the Esc key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_EXECUTE + |
Specifies the Execute key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_Fn + |
Specifies the n key, where n is a value from 1 to 24. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_HOME + |
Specifies the Home key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_INSERT + |
Specifies the Insert key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_MULTIPLY + |
Specifies the Multiply key (*). |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_n + |
Specifies the n key, where n is a value from 0 to 9. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_NUM_LOCK + |
Specifies the Num Lock key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_NUMPADn + |
Specifies the n key, where n is a value from 0 to 9. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_PAGEDOWN + |
Specifies the Pagedown key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_PAGEUP + |
Specifies the Pageup key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_PAUSE + |
Specifies the Pause key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_RETURN + |
Specifies the Return key (Enter). |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_SCROLL_LOCK + |
Specifies the Scroll Lock key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_SEPARATOR + |
Specifies the Separator key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_SPACE + |
Specifies the Space key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_SUBTRACT + |
Specifies the Subtract key (-). |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_TAB + |
Specifies the Tab key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_xxx + |
Specifies the letter key xxx, where xxx can be a letter from A to Z. |
|||||||||||||||||||||||||||||||||||||||||
M_NONE + |
Specifies that there are no keyboard keys for this action setting. |
|||||||||||||||||||||||||||||||||||||||||
M_ACTION_KEY_TRANSLATE_DOWN |
Sets the keyboard keys that you can press to move the view downward relative to its current orientation. This action is equivalent to using M3ddispSetView() with M_TRANSLATE. If the keyboard key that you specify is used by another action setting (M_ACTION_KEY_...), MIL sets that other action setting to M_NONE. This setting only has an effect if you enable M_KEYBOARD_USE. INQ (summarize)Sets the keyboard keys that you can press to move the view downward relative to its current orientation. INQ (more details...) |
|||||||||||||||||||||||||||||||||||||||||
M_DEFAULT |
Same as M_KEY_ARROW_DOWN + M_KEY_SHIFT. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_ADD + |
Specifies the Add key (+). |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_ARROW_DOWN + |
Specifies the Down Arrow key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_ARROW_DOWN + M_KEY_SHIFT |
Specifies the Down Arrow key with the Shift key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_ARROW_LEFT + |
Specifies the Left Arrow key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_ARROW_RIGHT + |
Specifies the Right Arrow key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_ARROW_UP + |
Specifies the Up Arrow key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_BACK + |
Specifies the Back key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_CLEAR + |
Specifies the Clear key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_DECIMAL + |
Specifies the Period key located on your number pad. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_DELETE + |
Specifies the Delete key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_DIVIDE + |
Specifies the Divide key (/). |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_END + |
Specifies the End key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_ESC + |
Specifies the Esc key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_EXECUTE + |
Specifies the Execute key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_Fn + |
Specifies the n key, where n is a value from 1 to 24. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_HOME + |
Specifies the Home key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_INSERT + |
Specifies the Insert key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_MULTIPLY + |
Specifies the Multiply key (*). |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_n + |
Specifies the n key, where n is a value from 0 to 9. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_NUM_LOCK + |
Specifies the Num Lock key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_NUMPADn + |
Specifies the n key, where n is a value from 0 to 9. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_PAGEDOWN + |
Specifies the Pagedown key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_PAGEUP + |
Specifies the Pageup key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_PAUSE + |
Specifies the Pause key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_RETURN + |
Specifies the Return key (Enter). |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_SCROLL_LOCK + |
Specifies the Scroll Lock key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_SEPARATOR + |
Specifies the Separator key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_SPACE + |
Specifies the Space key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_SUBTRACT + |
Specifies the Subtract key (-). |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_TAB + |
Specifies the Tab key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_xxx + |
Specifies the letter key xxx, where xxx can be a letter from A to Z. |
|||||||||||||||||||||||||||||||||||||||||
M_NONE + |
Specifies that there are no keyboard keys for this action setting. |
|||||||||||||||||||||||||||||||||||||||||
M_ACTION_KEY_TRANSLATE_FORWARD |
Sets the keyboard keys that you can press to move the view forward relative to its current orientation. This action is equivalent to using M3ddispSetView() with M_TRANSLATE. If the keyboard key that you specify is used by another action setting (M_ACTION_KEY_...), MIL sets that other action setting to M_NONE. This setting only has an effect if you enable M_KEYBOARD_USE. INQ (summarize)Sets the keyboard keys that you can press to move the view forward relative to its current orientation. INQ (more details...) |
|||||||||||||||||||||||||||||||||||||||||
M_DEFAULT |
Same as M_KEY_ARROW_UP + M_KEY_ALT. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_ADD + |
Specifies the Add key (+). |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_ARROW_DOWN + |
Specifies the Down Arrow key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_ARROW_LEFT + |
Specifies the Left Arrow key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_ARROW_RIGHT + |
Specifies the Right Arrow key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_ARROW_UP + |
Specifies the Up Arrow key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_ARROW_UP + M_KEY_ALT |
Specifies the Up Arrow key with the Alt key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_BACK + |
Specifies the Back key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_CLEAR + |
Specifies the Clear key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_DECIMAL + |
Specifies the Period key located on your number pad. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_DELETE + |
Specifies the Delete key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_DIVIDE + |
Specifies the Divide key (/). |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_END + |
Specifies the End key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_ESC + |
Specifies the Esc key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_EXECUTE + |
Specifies the Execute key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_Fn + |
Specifies the n key, where n is a value from 1 to 24. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_HOME + |
Specifies the Home key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_INSERT + |
Specifies the Insert key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_MULTIPLY + |
Specifies the Multiply key (*). |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_n + |
Specifies the n key, where n is a value from 0 to 9. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_NUM_LOCK + |
Specifies the Num Lock key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_NUMPADn + |
Specifies the n key, where n is a value from 0 to 9. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_PAGEDOWN + |
Specifies the Pagedown key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_PAGEUP + |
Specifies the Pageup key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_PAUSE + |
Specifies the Pause key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_RETURN + |
Specifies the Return key (Enter). |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_SCROLL_LOCK + |
Specifies the Scroll Lock key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_SEPARATOR + |
Specifies the Separator key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_SPACE + |
Specifies the Space key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_SUBTRACT + |
Specifies the Subtract key (-). |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_TAB + |
Specifies the Tab key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_xxx + |
Specifies the letter key xxx, where xxx can be a letter from A to Z. |
|||||||||||||||||||||||||||||||||||||||||
M_NONE + |
Specifies that there are no keyboard keys for this action setting. |
|||||||||||||||||||||||||||||||||||||||||
M_ACTION_KEY_TRANSLATE_LEFT |
Sets the keyboard keys that you can press to move the view left relative to its current orientation. This action is equivalent to using M3ddispSetView() with M_TRANSLATE. If the keyboard key that you specify is used by another action setting (M_ACTION_KEY_...), MIL sets that other action setting to M_NONE. This setting only has an effect if you enable M_KEYBOARD_USE. INQ (summarize)Sets the keyboard keys that you can press to move the view left relative to its current orientation. INQ (more details...) |
|||||||||||||||||||||||||||||||||||||||||
M_DEFAULT |
Same as M_KEY_ARROW_LEFT + M_KEY_SHIFT. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_ADD + |
Specifies the Add key (+). |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_ARROW_DOWN + |
Specifies the Down Arrow key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_ARROW_LEFT + |
Specifies the Left Arrow key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_ARROW_LEFT + M_KEY_SHIFT |
Specifies the Left Arrow key with the Shift key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_ARROW_RIGHT + |
Specifies the Right Arrow key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_ARROW_UP + |
Specifies the Up Arrow key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_BACK + |
Specifies the Back key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_CLEAR + |
Specifies the Clear key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_DECIMAL + |
Specifies the Period key located on your number pad. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_DELETE + |
Specifies the Delete key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_DIVIDE + |
Specifies the Divide key (/). |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_END + |
Specifies the End key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_ESC + |
Specifies the Esc key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_EXECUTE + |
Specifies the Execute key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_Fn + |
Specifies the n key, where n is a value from 1 to 24. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_HOME + |
Specifies the Home key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_INSERT + |
Specifies the Insert key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_MULTIPLY + |
Specifies the Multiply key (*). |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_n + |
Specifies the n key, where n is a value from 0 to 9. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_NUM_LOCK + |
Specifies the Num Lock key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_NUMPADn + |
Specifies the n key, where n is a value from 0 to 9. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_PAGEDOWN + |
Specifies the Pagedown key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_PAGEUP + |
Specifies the Pageup key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_PAUSE + |
Specifies the Pause key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_RETURN + |
Specifies the Return key (Enter). |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_SCROLL_LOCK + |
Specifies the Scroll Lock key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_SEPARATOR + |
Specifies the Separator key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_SPACE + |
Specifies the Space key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_SUBTRACT + |
Specifies the Subtract key (-). |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_TAB + |
Specifies the Tab key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_xxx + |
Specifies the letter key xxx, where xxx can be a letter from A to Z. |
|||||||||||||||||||||||||||||||||||||||||
M_NONE + |
Specifies that there are no keyboard keys for this action setting. |
|||||||||||||||||||||||||||||||||||||||||
M_ACTION_KEY_TRANSLATE_RIGHT |
Sets the keyboard keys that you can press to move the view right relative to its current orientation. This action is equivalent to using M3ddispSetView() with M_TRANSLATE. If the keyboard key that you specify is used by another action setting (M_ACTION_KEY_...), MIL sets that other action setting to M_NONE. This setting only has an effect if you enable M_KEYBOARD_USE. INQ (summarize)Sets the keyboard keys that you can press to move the view right relative to its current orientation. INQ (more details...) |
|||||||||||||||||||||||||||||||||||||||||
M_DEFAULT |
Same as M_KEY_ARROW_RIGHT + M_KEY_SHIFT. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_ADD + |
Specifies the Add key (+). |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_ARROW_DOWN + |
Specifies the Down Arrow key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_ARROW_LEFT + |
Specifies the Left Arrow key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_ARROW_RIGHT + |
Specifies the Right Arrow key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_ARROW_RIGHT + M_KEY_SHIFT |
Specifies the Right Arrow key with the Shift key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_ARROW_UP + |
Specifies the Up Arrow key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_BACK + |
Specifies the Back key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_CLEAR + |
Specifies the Clear key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_DECIMAL + |
Specifies the Period key located on your number pad. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_DELETE + |
Specifies the Delete key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_DIVIDE + |
Specifies the Divide key (/). |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_END + |
Specifies the End key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_ESC + |
Specifies the Esc key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_EXECUTE + |
Specifies the Execute key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_Fn + |
Specifies the n key, where n is a value from 1 to 24. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_HOME + |
Specifies the Home key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_INSERT + |
Specifies the Insert key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_MULTIPLY + |
Specifies the Multiply key (*). |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_n + |
Specifies the n key, where n is a value from 0 to 9. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_NUM_LOCK + |
Specifies the Num Lock key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_NUMPADn + |
Specifies the n key, where n is a value from 0 to 9. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_PAGEDOWN + |
Specifies the Pagedown key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_PAGEUP + |
Specifies the Pageup key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_PAUSE + |
Specifies the Pause key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_RETURN + |
Specifies the Return key (Enter). |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_SCROLL_LOCK + |
Specifies the Scroll Lock key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_SEPARATOR + |
Specifies the Separator key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_SPACE + |
Specifies the Space key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_SUBTRACT + |
Specifies the Subtract key (-). |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_TAB + |
Specifies the Tab key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_xxx + |
Specifies the letter key xxx, where xxx can be a letter from A to Z. |
|||||||||||||||||||||||||||||||||||||||||
M_NONE + |
Specifies that there are no keyboard keys for this action setting. |
|||||||||||||||||||||||||||||||||||||||||
M_ACTION_KEY_TRANSLATE_UP |
Sets the keyboard keys that you can press to move the view upward relative to its current orientation. This action is equivalent to using M3ddispSetView() with M_TRANSLATE. If the keyboard key that you specify is used by another action setting (M_ACTION_KEY_...), MIL sets that other action setting to M_NONE. This setting only has an effect if you enable M_KEYBOARD_USE. INQ (summarize)Sets the keyboard keys that you can press to move the view upward relative to its current orientation. INQ (more details...) |
|||||||||||||||||||||||||||||||||||||||||
M_DEFAULT |
Same as M_KEY_ARROW_UP + M_KEY_SHIFT. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_ADD + |
Specifies the Add key (+). |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_ARROW_DOWN + |
Specifies the Down Arrow key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_ARROW_LEFT + |
Specifies the Left Arrow key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_ARROW_RIGHT + |
Specifies the Right Arrow key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_ARROW_UP + |
Specifies the Up Arrow key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_ARROW_UP + M_KEY_SHIFT |
Specifies the Up Arrow key with the Shift key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_BACK + |
Specifies the Back key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_CLEAR + |
Specifies the Clear key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_DECIMAL + |
Specifies the Period key located on your number pad. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_DELETE + |
Specifies the Delete key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_DIVIDE + |
Specifies the Divide key (/). |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_END + |
Specifies the End key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_ESC + |
Specifies the Esc key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_EXECUTE + |
Specifies the Execute key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_Fn + |
Specifies the n key, where n is a value from 1 to 24. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_HOME + |
Specifies the Home key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_INSERT + |
Specifies the Insert key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_MULTIPLY + |
Specifies the Multiply key (*). |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_n + |
Specifies the n key, where n is a value from 0 to 9. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_NUM_LOCK + |
Specifies the Num Lock key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_NUMPADn + |
Specifies the n key, where n is a value from 0 to 9. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_PAGEDOWN + |
Specifies the Pagedown key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_PAGEUP + |
Specifies the Pageup key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_PAUSE + |
Specifies the Pause key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_RETURN + |
Specifies the Return key (Enter). |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_SCROLL_LOCK + |
Specifies the Scroll Lock key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_SEPARATOR + |
Specifies the Separator key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_SPACE + |
Specifies the Space key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_SUBTRACT + |
Specifies the Subtract key (-). |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_TAB + |
Specifies the Tab key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_xxx + |
Specifies the letter key xxx, where xxx can be a letter from A to Z. |
|||||||||||||||||||||||||||||||||||||||||
M_NONE + |
Specifies that there are no keyboard keys for this action setting. |
|||||||||||||||||||||||||||||||||||||||||
M_ACTION_KEY_TURN_DOWN |
Sets the keyboard keys that you can press to pan the view downward by moving the interest point. This action is equivalent to using M3ddispSetView() with M_ORBIT_VERTICAL + M_MOVE_INTEREST_POINT and a positive value. If the keyboard key that you specify is used by another action setting (M_ACTION_KEY_...), MIL sets that other action setting to M_NONE. This setting only has an effect if you enable M_KEYBOARD_USE. INQ (summarize)Sets the keyboard keys that you can press to pan the view downward by moving the interest point. INQ (more details...) |
|||||||||||||||||||||||||||||||||||||||||
M_DEFAULT | ||||||||||||||||||||||||||||||||||||||||||
M_KEY_ADD + |
Specifies the Add key (+). |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_ARROW_DOWN + |
Specifies the Down Arrow key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_ARROW_DOWN + M_KEY_SHIFT + M_KEY_ALT |
Specifies the Down Arrow key with the Shift key and Alt key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_ARROW_LEFT + |
Specifies the Left Arrow key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_ARROW_RIGHT + |
Specifies the Right Arrow key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_ARROW_UP + |
Specifies the Up Arrow key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_BACK + |
Specifies the Back key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_CLEAR + |
Specifies the Clear key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_DECIMAL + |
Specifies the Period key located on your number pad. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_DELETE + |
Specifies the Delete key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_DIVIDE + |
Specifies the Divide key (/). |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_END + |
Specifies the End key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_ESC + |
Specifies the Esc key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_EXECUTE + |
Specifies the Execute key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_Fn + |
Specifies the n key, where n is a value from 1 to 24. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_HOME + |
Specifies the Home key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_INSERT + |
Specifies the Insert key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_MULTIPLY + |
Specifies the Multiply key (*). |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_n + |
Specifies the n key, where n is a value from 0 to 9. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_NUM_LOCK + |
Specifies the Num Lock key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_NUMPADn + |
Specifies the n key, where n is a value from 0 to 9. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_PAGEDOWN + |
Specifies the Pagedown key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_PAGEUP + |
Specifies the Pageup key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_PAUSE + |
Specifies the Pause key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_RETURN + |
Specifies the Return key (Enter). |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_SCROLL_LOCK + |
Specifies the Scroll Lock key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_SEPARATOR + |
Specifies the Separator key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_SPACE + |
Specifies the Space key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_SUBTRACT + |
Specifies the Subtract key (-). |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_TAB + |
Specifies the Tab key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_xxx + |
Specifies the letter key xxx, where xxx can be a letter from A to Z. |
|||||||||||||||||||||||||||||||||||||||||
M_NONE + |
Specifies that there are no keyboard keys for this action setting. |
|||||||||||||||||||||||||||||||||||||||||
M_ACTION_KEY_TURN_LEFT |
Sets the keyboard keys that you can press to pan the view left by moving the interest point. This action is equivalent to using M3ddispSetView() with M_ORBIT_HORIZONTAL + M_MOVE_INTEREST_POINT and a positive value. If the keyboard key that you specify is used by another action setting (M_ACTION_KEY_...), MIL sets that other action setting to M_NONE. This setting only has an effect if you enable M_KEYBOARD_USE. INQ (summarize)Sets the keyboard keys that you can press to pan the view left by moving the interest point. INQ (more details...) |
|||||||||||||||||||||||||||||||||||||||||
M_DEFAULT | ||||||||||||||||||||||||||||||||||||||||||
M_KEY_ADD + |
Specifies the Add key (+). |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_ARROW_DOWN + |
Specifies the Down Arrow key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_ARROW_LEFT + |
Specifies the Left Arrow key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_ARROW_LEFT + M_KEY_SHIFT + M_KEY_ALT |
Specifies the Left Arrow key with the Shift key and Alt key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_ARROW_RIGHT + |
Specifies the Right Arrow key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_ARROW_UP + |
Specifies the Up Arrow key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_BACK + |
Specifies the Back key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_CLEAR + |
Specifies the Clear key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_DECIMAL + |
Specifies the Period key located on your number pad. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_DELETE + |
Specifies the Delete key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_DIVIDE + |
Specifies the Divide key (/). |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_END + |
Specifies the End key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_ESC + |
Specifies the Esc key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_EXECUTE + |
Specifies the Execute key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_Fn + |
Specifies the n key, where n is a value from 1 to 24. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_HOME + |
Specifies the Home key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_INSERT + |
Specifies the Insert key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_MULTIPLY + |
Specifies the Multiply key (*). |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_n + |
Specifies the n key, where n is a value from 0 to 9. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_NUM_LOCK + |
Specifies the Num Lock key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_NUMPADn + |
Specifies the n key, where n is a value from 0 to 9. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_PAGEDOWN + |
Specifies the Pagedown key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_PAGEUP + |
Specifies the Pageup key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_PAUSE + |
Specifies the Pause key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_RETURN + |
Specifies the Return key (Enter). |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_SCROLL_LOCK + |
Specifies the Scroll Lock key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_SEPARATOR + |
Specifies the Separator key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_SPACE + |
Specifies the Space key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_SUBTRACT + |
Specifies the Subtract key (-). |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_TAB + |
Specifies the Tab key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_xxx + |
Specifies the letter key xxx, where xxx can be a letter from A to Z. |
|||||||||||||||||||||||||||||||||||||||||
M_NONE + |
Specifies that there are no keyboard keys for this action setting. |
|||||||||||||||||||||||||||||||||||||||||
M_ACTION_KEY_TURN_RIGHT |
Sets the keyboard keys that you can press to pan the view right by moving the interest point. This action is equivalent to using M3ddispSetView() with M_ORBIT_HORIZONTAL + M_MOVE_INTEREST_POINT and a negative value. If the keyboard key that you specify is used by another action setting (M_ACTION_KEY_...), MIL sets that other action setting to M_NONE. This setting only has an effect if you enable M_KEYBOARD_USE. INQ (summarize)Sets the keyboard keys that you can press to pan the view right by moving the interest point. INQ (more details...) |
|||||||||||||||||||||||||||||||||||||||||
M_DEFAULT | ||||||||||||||||||||||||||||||||||||||||||
M_KEY_ADD + |
Specifies the Add key (+). |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_ARROW_DOWN + |
Specifies the Down Arrow key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_ARROW_LEFT + |
Specifies the Left Arrow key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_ARROW_RIGHT + |
Specifies the Right Arrow key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_ARROW_RIGHT + M_KEY_SHIFT + M_KEY_ALT |
Specifies the Right Arrow key with the Shift key and Alt key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_ARROW_UP + |
Specifies the Up Arrow key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_BACK + |
Specifies the Back key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_CLEAR + |
Specifies the Clear key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_DECIMAL + |
Specifies the Period key located on your number pad. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_DELETE + |
Specifies the Delete key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_DIVIDE + |
Specifies the Divide key (/). |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_END + |
Specifies the End key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_ESC + |
Specifies the Esc key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_EXECUTE + |
Specifies the Execute key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_Fn + |
Specifies the n key, where n is a value from 1 to 24. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_HOME + |
Specifies the Home key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_INSERT + |
Specifies the Insert key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_MULTIPLY + |
Specifies the Multiply key (*). |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_n + |
Specifies the n key, where n is a value from 0 to 9. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_NUM_LOCK + |
Specifies the Num Lock key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_NUMPADn + |
Specifies the n key, where n is a value from 0 to 9. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_PAGEDOWN + |
Specifies the Pagedown key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_PAGEUP + |
Specifies the Pageup key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_PAUSE + |
Specifies the Pause key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_RETURN + |
Specifies the Return key (Enter). |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_SCROLL_LOCK + |
Specifies the Scroll Lock key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_SEPARATOR + |
Specifies the Separator key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_SPACE + |
Specifies the Space key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_SUBTRACT + |
Specifies the Subtract key (-). |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_TAB + |
Specifies the Tab key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_xxx + |
Specifies the letter key xxx, where xxx can be a letter from A to Z. |
|||||||||||||||||||||||||||||||||||||||||
M_NONE + |
Specifies that there are no keyboard keys for this action setting. |
|||||||||||||||||||||||||||||||||||||||||
M_ACTION_KEY_TURN_UP |
Sets the keyboard keys that you can press to pan the view upward by moving the interest point. This action is equivalent to using M3ddispSetView() with M_ORBIT_VERTICAL + M_MOVE_INTEREST_POINT and a negative value. If the keyboard key that you specify is used by another action setting (M_ACTION_KEY_...), MIL sets that other action setting to M_NONE. This setting only has an effect if you enable M_KEYBOARD_USE. INQ (summarize)Sets the keyboard keys that you can press to pan the view upward by moving the interest point. INQ (more details...) |
|||||||||||||||||||||||||||||||||||||||||
M_DEFAULT | ||||||||||||||||||||||||||||||||||||||||||
M_KEY_ADD + |
Specifies the Add key (+). |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_ARROW_DOWN + |
Specifies the Down Arrow key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_ARROW_LEFT + |
Specifies the Left Arrow key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_ARROW_RIGHT + |
Specifies the Right Arrow key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_ARROW_UP + |
Specifies the Up Arrow key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_ARROW_UP + M_KEY_SHIFT + M_KEY_ALT |
Specifies the Up Arrow key with the Shift key and Alt key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_BACK + |
Specifies the Back key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_CLEAR + |
Specifies the Clear key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_DECIMAL + |
Specifies the Period key located on your number pad. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_DELETE + |
Specifies the Delete key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_DIVIDE + |
Specifies the Divide key (/). |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_END + |
Specifies the End key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_ESC + |
Specifies the Esc key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_EXECUTE + |
Specifies the Execute key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_Fn + |
Specifies the n key, where n is a value from 1 to 24. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_HOME + |
Specifies the Home key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_INSERT + |
Specifies the Insert key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_MULTIPLY + |
Specifies the Multiply key (*). |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_n + |
Specifies the n key, where n is a value from 0 to 9. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_NUM_LOCK + |
Specifies the Num Lock key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_NUMPADn + |
Specifies the n key, where n is a value from 0 to 9. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_PAGEDOWN + |
Specifies the Pagedown key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_PAGEUP + |
Specifies the Pageup key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_PAUSE + |
Specifies the Pause key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_RETURN + |
Specifies the Return key (Enter). |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_SCROLL_LOCK + |
Specifies the Scroll Lock key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_SEPARATOR + |
Specifies the Separator key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_SPACE + |
Specifies the Space key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_SUBTRACT + |
Specifies the Subtract key (-). |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_TAB + |
Specifies the Tab key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_xxx + |
Specifies the letter key xxx, where xxx can be a letter from A to Z. |
|||||||||||||||||||||||||||||||||||||||||
M_NONE + |
Specifies that there are no keyboard keys for this action setting. |
|||||||||||||||||||||||||||||||||||||||||
M_ACTION_KEY_ZOOM_IN |
Sets the keyboard keys that you can press to move the viewpoint closer to the interest point. This action is equivalent to using M3ddispSetView() with M_DISTANCE and a value greater than 1.0. If the keyboard key that you specify is used by another action setting (M_ACTION_KEY_...), MIL sets that other action setting to M_NONE. This setting only has an effect if you enable M_KEYBOARD_USE. INQ (summarize)Sets the keyboard keys that you can press to move the viewpoint closer to the interest point. INQ (more details...) |
|||||||||||||||||||||||||||||||||||||||||
M_DEFAULT |
Same as M_KEY_ADD. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_ADD + |
Specifies the Add key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_ARROW_DOWN + |
Specifies the Down Arrow key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_ARROW_LEFT + |
Specifies the Left Arrow key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_ARROW_RIGHT + |
Specifies the Right Arrow key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_ARROW_UP + |
Specifies the Up Arrow key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_BACK + |
Specifies the Back key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_CLEAR + |
Specifies the Clear key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_DECIMAL + |
Specifies the Period key located on your number pad. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_DELETE + |
Specifies the Delete key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_DIVIDE + |
Specifies the Divide key (/). |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_END + |
Specifies the End key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_ESC + |
Specifies the Esc key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_EXECUTE + |
Specifies the Execute key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_Fn + |
Specifies the n key, where n is a value from 1 to 24. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_HOME + |
Specifies the Home key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_INSERT + |
Specifies the Insert key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_MULTIPLY + |
Specifies the Multiply key (*). |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_n + |
Specifies the n key, where n is a value from 0 to 9. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_NUM_LOCK + |
Specifies the Num Lock key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_NUMPADn + |
Specifies the n key, where n is a value from 0 to 9. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_PAGEDOWN + |
Specifies the Pagedown key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_PAGEUP + |
Specifies the Pageup key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_PAUSE + |
Specifies the Pause key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_RETURN + |
Specifies the Return key (Enter). |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_SCROLL_LOCK + |
Specifies the Scroll Lock key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_SEPARATOR + |
Specifies the Separator key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_SPACE + |
Specifies the Space key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_SUBTRACT + |
Specifies the Subtract key (-). |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_TAB + |
Specifies the Tab key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_xxx + |
Specifies the letter key xxx, where xxx can be a letter from A to Z. |
|||||||||||||||||||||||||||||||||||||||||
M_NONE + |
Specifies that there are no keyboard keys for this action setting. |
|||||||||||||||||||||||||||||||||||||||||
M_ACTION_KEY_ZOOM_OUT |
Sets the keyboard keys that you can press to move the viewpoint further from the interest point. This action is equivalent to using M3ddispSetView() with M_DISTANCE and a value between 0.0 and 1.0. If the keyboard key that you specify is used by another action setting (M_ACTION_KEY_...), MIL sets that other action setting to M_NONE. This setting only has an effect if you enable M_KEYBOARD_USE. INQ (summarize)Sets the keyboard keys that you can press to move the viewpoint further from the interest point. INQ (more details...) |
|||||||||||||||||||||||||||||||||||||||||
M_DEFAULT |
Same as M_KEY_SUBTRACT. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_ADD + |
Specifies the Add key (+). |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_ARROW_DOWN + |
Specifies the Down Arrow key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_ARROW_LEFT + |
Specifies the Left Arrow key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_ARROW_RIGHT + |
Specifies the Right Arrow key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_ARROW_UP + |
Specifies the Up Arrow key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_BACK + |
Specifies the Back key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_CLEAR + |
Specifies the Clear key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_DECIMAL + |
Specifies the Period key located on your number pad. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_DELETE + |
Specifies the Delete key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_DIVIDE + |
Specifies the Divide key (/). |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_END + |
Specifies the End key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_ESC + |
Specifies the Esc key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_EXECUTE + |
Specifies the Execute key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_Fn + |
Specifies the n key, where n is a value from 1 to 24. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_HOME + |
Specifies the Home key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_INSERT + |
Specifies the Insert key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_MULTIPLY + |
Specifies the Multiply key (*). |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_n + |
Specifies the n key, where n is a value from 0 to 9. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_NUM_LOCK + |
Specifies the Num Lock key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_NUMPADn + |
Specifies the n key, where n is a value from 0 to 9. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_PAGEDOWN + |
Specifies the Pagedown key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_PAGEUP + |
Specifies the Pageup key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_PAUSE + |
Specifies the Pause key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_RETURN + |
Specifies the Return key (Enter). |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_SCROLL_LOCK + |
Specifies the Scroll Lock key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_SEPARATOR + |
Specifies the Separator key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_SPACE + |
Specifies the Space key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_SUBTRACT + |
Specifies the Subtract key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_TAB + |
Specifies the Tab key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_xxx + |
Specifies the letter key xxx, where xxx can be a letter from A to Z. |
|||||||||||||||||||||||||||||||||||||||||
M_NONE + |
Specifies that there are no keyboard keys for this action setting. |
|||||||||||||||||||||||||||||||||||||||||
M_ACTION_MODIFIER_SPEED |
Sets the keyboard key that you can use to modify the movement speed for all actions when using other keyboard commands. You can set the factor by which the speed will be modified using M_ALTERNATE_SPEED_FACTOR. If the keyboard key that you specify is used by another action setting (M_ACTION_KEY_...), MIL sets that other action setting to M_NONE. This setting only has an effect if you enable M_KEYBOARD_USE. INQ (summarize)Sets the keyboard key that you can use to modify the movement speed for all actions when using other keyboard commands. INQ (more details...) |
|||||||||||||||||||||||||||||||||||||||||
M_DEFAULT |
Same as M_KEY_CTRL. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_ALT + |
Specifies the Alt key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_CTRL + |
Specifies the CTRL key. |
|||||||||||||||||||||||||||||||||||||||||
M_KEY_SHIFT + |
Specifies the Shift key. |
|||||||||||||||||||||||||||||||||||||||||
M_NONE + |
Specifies that there are no keyboard keys for this action setting. |
|||||||||||||||||||||||||||||||||||||||||
M_ALTERNATE_SPEED_FACTOR |
Sets by which factor to multiply the movement speed when the key set using M_ACTION_MODIFIER_SPEED is held. This setting only has an effect if you enable M_KEYBOARD_USE. INQ (summarize)Sets by which factor to multiply the movement speed when the key set using M_ACTION_MODIFIER_SPEED is held. INQ (more details...) |
|||||||||||||||||||||||||||||||||||||||||
M_DEFAULT |
Specifies the default value; the default value is 3.0. |
|||||||||||||||||||||||||||||||||||||||||
Value > 0.0 |
Specifies the factor by which to multiply the movement speed. |
|||||||||||||||||||||||||||||||||||||||||
M_KEYBOARD_USE |
Sets whether the user can interactively rotate, orbit, and scroll the view for the 3D display using the keyboard. The default key usage is: INQ
Sets whether the user can interactively rotate, orbit, and scroll the view for the 3D display using the keyboard. INQ (more details...) |
|||||||||||||||||||||||||||||||||||||||||
M_DEFAULT |
Same as M_ENABLE. |
|||||||||||||||||||||||||||||||||||||||||
M_DISABLE |
Specifies that using the keyboard to control the view is disabled. |
|||||||||||||||||||||||||||||||||||||||||
M_ENABLE |
Specifies that using the keyboard to control the view is enabled. |
|||||||||||||||||||||||||||||||||||||||||
M_MOUSE_USE |
Sets whether the user can interactively rotate, orbit, and scroll the view for the 3D display using the mouse. The default mouse usage is: INQ
Sets whether the user can interactively rotate, orbit, and scroll the view for the 3D display using the mouse. INQ (more details...) |
|||||||||||||||||||||||||||||||||||||||||
M_DEFAULT |
Same as M_ENABLE. |
|||||||||||||||||||||||||||||||||||||||||
M_DISABLE |
Specifies that using the mouse to control the view is not enabled. |
|||||||||||||||||||||||||||||||||||||||||
M_ENABLE |
Specifies that using the mouse to control the view is enabled. |
You can add one or more of the following values to the above-mentioned values to specify an additional keyboard key.
For specifying additional keyboard keys
|
|||||||||||||||||||||||||||||||||||||||
Combination value | Description | ||||||||||||||||||||||||||||||||||||||
M_KEY_ALT |
Specifies the Alt key. |
||||||||||||||||||||||||||||||||||||||
M_KEY_CTRL |
Specifies the Ctrl key. |
||||||||||||||||||||||||||||||||||||||
M_KEY_SHIFT |
Specifies the Shift key. |
Parameters
Disp3dId See Disp3dId of the main function for a description. ControlType See ControlType of the main function for a description. ControlValue See ControlValue of the main function for a description. |
Parameters
Disp3dId See Disp3dId of the main function for a description. ControlType See ControlType of the main function for a description. ControlValue See ControlValue of the main function for a description. |
Header | Include mil.h. |
Library | Use mil.lib; mil3d.lib. |
DLL | Requires mil.dll; mil3d.dll. |