| Customize Help
| Save Settings

M3ddispInquire



Function Map
Synopsis
Inquire a MIL 3D display setting.
Syntax
MIL_INT64 M3ddispInquire(
MIL_ID Disp3dId, //in
MIL_INT64 InquireType, //in
void *UserVarPtr //out
)
Description

This function allows you to inquire the specified MIL 3D display setting.

Note that this function reference has not been updated for a MIL system added during a MIL update. Refer to the MIL system's release note to see if there is complementary information.
Parameters
This function is not supported on the selected boards.
Parameters
Disp3dId

Specifies the identifier of the target 3D display, previously allocated using M3ddispAlloc().

InquireType

Specifies the type of 3D display setting to inquire.

See the Parameter associations section for possible values that can be specified.

UserVarPtr
Accepts the address of one of the following (see the Parameter associations section for specifics on which is expected):
  • array of type MIL_TEXT_CHAR [optionally, in C++: a reference to a MIL_STRING]
  • defined-elsewhere-in-parameter
  • MIL_DOUBLE
  • MIL_ID
  • MIL_INT

Specifies the address in which to write the requested information.

See the Parameter associations section for possible values that can be returned.

The tables below list possible values for the InquireType parameter and possible values returned to the UserVarPtr parameter.

The following InquireType and corresponding UserVarPtr parameter settings are available for 3D displays.

function map For 3D displays
Click to summarizeInquireType Description
UserVarPtr
- Possible values returned
Click to summarize M_3D_GRAPHIC_LIST_ID +

Inquires the MIL identifier of the internal 3D graphics list associated with this 3D display.

Note that the 3D display is always associated with the same 3D graphics list, which is automatically allocated and freed at the same time as the 3D display. To display the contents of another 3D graphics list on a 3D display, you can copy the contents of the source 3D graphics list into the 3D display's internal 3D graphics list using M3dgraCopy().

(summarize)
Expand data type infoCollapse data type info UserVarPtr extra info
Data type info: Data type: address of a MIL_ID
Click to summarize M_AUTO_ROTATE +

Inquires 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. SET

(summarize)
Expand data type infoCollapse data type info UserVarPtr extra info
Data type info: Data type: address of a MIL_DOUBLE
Click to summarize M_DISABLE

Specifies to not auto-rotate the view.

This is the default value.

(summarize)
Click to summarize M_ENABLE

Specifies to auto-rotate the view.

Click to summarize M_BACKGROUND_COLOR +

Inquires the primary background color for the 3D display, used when M_BACKGROUND_MODE is set to M_SINGLE_COLOR or M_GRADIENT_VERTICAL. SET

(summarize)
Expand data type infoCollapse data type info UserVarPtr extra info
Data type info: Data type: address of a MIL_DOUBLE
Click to summarize M_COLOR_BLACK

Specifies the color black. INFO

Click to summarize M_COLOR_BLUE

Specifies the color blue. INFO

Click to summarize M_COLOR_BRIGHT_GRAY

Specifies the color bright gray. INFO

Click to summarize M_COLOR_CYAN

Specifies the color cyan. INFO

Click to summarize M_COLOR_DARK_BLUE

Specifies the color dark blue. INFO

Click to summarize M_COLOR_DARK_CYAN

Specifies the color dark cyan. INFO

Click to summarize M_COLOR_DARK_GREEN

Specifies the color dark green. INFO

Click to summarize M_COLOR_DARK_MAGENTA

Specifies the color dark magenta. INFO

Click to summarize M_COLOR_DARK_RED

Specifies the color dark red. INFO

Click to summarize M_COLOR_DARK_YELLOW

Specifies the color dark yellow. INFO

Click to summarize M_COLOR_GRAY

Specifies the color gray. INFO

Click to summarize M_COLOR_GREEN

Specifies the color green. INFO

Click to summarize M_COLOR_LIGHT_BLUE

Specifies the color light blue. INFO

Click to summarize M_COLOR_LIGHT_GRAY

Specifies the color light gray. INFO

Click to summarize M_COLOR_LIGHT_GREEN

Specifies the color light green. INFO

Click to summarize M_COLOR_LIGHT_WHITE

Specifies the color light white. INFO

Click to summarize M_COLOR_MAGENTA

Specifies the color magenta. INFO

Click to summarize M_COLOR_RED

Specifies the color red. INFO

Click to summarize M_COLOR_WHITE

Specifies the color white. INFO

Click to summarize M_COLOR_YELLOW

Specifies the color yellow. INFO

Click to summarize Byte-encoded RGB value

Specifies an encoded RGB value. To verify if the value is a byte-encoded RGB value, use the M_IS_RGB888 macro. To retrieve the R, G, and B components, use the M_RGB888_R, M_RGB888_G, and M_RGB888_B macros.

(summarize)
Click to summarize M_BACKGROUND_COLOR_GRADIENT +

Iqnuires the secondary background color for the 3D display, used when M_BACKGROUND_MODE specifies that the background is a gradient. SET

(summarize)
Expand data type infoCollapse data type info UserVarPtr extra info
Data type info: Data type: address of a MIL_DOUBLE
Click to summarize M_COLOR_BLACK

Specifies the color black. INFO

Click to summarize M_COLOR_BLUE

Specifies the color blue. INFO

Click to summarize M_COLOR_BRIGHT_GRAY

Specifies the color bright gray. INFO

Click to summarize M_COLOR_CYAN

Specifies the color cyan. INFO

Click to summarize M_COLOR_DARK_BLUE

Specifies the color dark blue. INFO

Click to summarize M_COLOR_DARK_CYAN

Specifies the color dark cyan. INFO

Click to summarize M_COLOR_DARK_GREEN

Specifies the color dark green. INFO

Click to summarize M_COLOR_DARK_MAGENTA

Specifies the color dark magenta. INFO

Click to summarize M_COLOR_DARK_RED

Specifies the color dark red. INFO

Click to summarize M_COLOR_DARK_YELLOW

Specifies the color dark yellow. INFO

Click to summarize M_COLOR_GRAY

Specifies the color gray. INFO

Click to summarize M_COLOR_GREEN

Specifies the color green. INFO

Click to summarize M_COLOR_LIGHT_BLUE

Specifies the color light blue. INFO

Click to summarize M_COLOR_LIGHT_GRAY

Specifies the color light gray. INFO

Click to summarize M_COLOR_LIGHT_GREEN

Specifies the color light green. INFO

Click to summarize M_COLOR_LIGHT_WHITE

Specifies the color light white. INFO

Click to summarize M_COLOR_MAGENTA

Specifies the color magenta. INFO

Click to summarize M_COLOR_RED

Specifies the color red. INFO

Click to summarize M_COLOR_WHITE

Specifies the color white. INFO

Click to summarize M_COLOR_YELLOW

Specifies the color yellow. INFO

Click to summarize Byte-encoded RGB value

Specifies an encoded RGB value. To verify if the value is a byte-encoded RGB value, use the M_IS_RGB888 macro. To retrieve the R, G, and B components, use the M_RGB888_R, M_RGB888_G, and M_RGB888_B macros.

(summarize)
Click to summarize M_BACKGROUND_IMAGE_SIZE_BAND +

Inquires the number of color bands of the background image buffer. This inquire type is only available if the 3D display has a background image buffer, set using M3ddispCopy() with M_BACKGROUND_IMAGE. SET SET

(summarize)
Expand data type infoCollapse data type info UserVarPtr extra info
Data type info: Data type: address of a MIL_DOUBLE
Click to summarize 1

Specifies the buffer has one band.

Click to summarize 3

Specifies the buffer has three bands.

Click to summarize M_BACKGROUND_IMAGE_SIZE_X +

Inquires the width of the background image buffer. This inquire type is only available if the 3D display has a background image buffer, set using M3ddispCopy() with M_BACKGROUND_IMAGE. SET SET

(summarize)
Expand data type infoCollapse data type info UserVarPtr extra info
Data type info: Data type: address of a MIL_DOUBLE
Click to summarize Value

Specifies the width of the buffer, in pixels.

Click to summarize M_BACKGROUND_IMAGE_SIZE_Y +

Inquires the height of the background image buffer. This inquire type is only available if the 3D display has a background image buffer, set using M3ddispCopy() with M_BACKGROUND_IMAGE. SET SET

(summarize)
Expand data type infoCollapse data type info UserVarPtr extra info
Data type info: Data type: address of a MIL_DOUBLE
Click to summarize Value

Specifies the height of the buffer, in pixels.

Click to summarize M_BACKGROUND_MODE +

Inquires whether the background of the 3D display is a solid color or a gradient. SET

(summarize)
Expand data type infoCollapse data type info UserVarPtr extra info
Data type info: Data type: address of a MIL_DOUBLE
Click to summarize M_BACKGROUND_IMAGE

Specifies that the background is an image, set using M3ddispCopy() with M_BACKGROUND_IMAGE. INFO

Click to summarize M_GRADIENT_VERTICAL

Specifies that the background is a gradient. INFO

This is the default value.

(summarize)
Click to summarize M_SINGLE_COLOR

Specifies that the background is a solid color, specified by M_BACKGROUND_COLOR.

Click to summarize M_FOV_HORIZONTAL_ANGLE +

Inquires the horizontal field of view of the 3D display. This is the angle which defines how much of the scene is shown within the width of the 3D display. SET

(summarize)
Expand data type infoCollapse data type info UserVarPtr extra info
Data type info: Data type: address of a MIL_DOUBLE
Click to summarize 0.0 < Value < 180.0

Specifies the horizontal field of view, in degrees.

Click to summarize M_FOV_VERTICAL_ANGLE +

Inquires the vertical field of view of the 3D display. This is the angle which defines how much of the scene is shown within the height of the 3D display. SET

(summarize)
Expand data type infoCollapse data type info UserVarPtr extra info
Data type info: Data type: address of a MIL_DOUBLE
Click to summarize 0.0 < Value < 180.0

Specifies the vertical field of view, in degrees.

The default value is 30°.

(summarize)
Click to summarize M_ROTATION_INDICATOR +

Inquires whether to show the rotation indicator in the center of the view. SET

(summarize)
Expand data type infoCollapse data type info UserVarPtr extra info
Data type info: Data type: address of a MIL_DOUBLE
Click to summarize M_DISABLE

Specifies to not show the rotation indicator.

Click to summarize M_ENABLE

Specifies to always show the rotation indicator.

Click to summarize M_ENABLE_ON_MOUSE_CLICK

Specifies to show the rotation indicator when the left mouse button is held down.

This is the default value.

(summarize)
Click to summarize M_ROTATION_SPEED +

Inquires how fast, and in what direction, the view rotates when M_AUTO_ROTATE is set to M_ENABLE. SET

(summarize)
Expand data type infoCollapse data type info UserVarPtr extra info
Data type info: Data type: address of a MIL_DOUBLE
Click to summarize Value

Specifies the auto-rotation speed, in degrees/sec.

The default value is 20 degrees/sec.

(summarize)
Click to summarize M_SIZE_X +

Inquires the horizontal resolution of the window. SET

(summarize)
Expand data type infoCollapse data type info UserVarPtr extra info
Data type info: Data type: address of a MIL_DOUBLE
Click to summarize Value >= 1

Specifies the horizontal resolution, in pixels. INFO

The default value is 400.

(summarize)
Click to summarize M_SIZE_Y +

Inquires the vertical resolution of the window. SET

(summarize)
Expand data type infoCollapse data type info UserVarPtr extra info
Data type info: Data type: address of a MIL_DOUBLE
Click to summarize Value >= 1

Specifies the vertical resolution, in pixels. INFO

The default value is 400.

(summarize)
Click to summarize M_TITLE +

Inquires the 3D display's title. SET

(summarize)
Expand data type infoCollapse data type info UserVarPtr extra info
Data type info: Data type: array of type MIL_TEXT_CHAR [optionally, in C++: MIL_STRING ] MORE
Click to summarize MIL_TEXT("Title") 1

Specifies the title of the 3D display.

Click to summarize M_UPDATE +

Inquires whether MIL should update the 3D display. SET

(summarize)
Expand data type infoCollapse data type info UserVarPtr extra info
Data type info: Data type: address of a MIL_DOUBLE
Click to summarize M_DISABLE

Specifies not to update the 3D display.

Click to summarize M_ENABLE

Specifies to update the 3D display. INFO

This is the default value.

(summarize)
Click to summarize M_WINDOW_INITIAL_POSITION_X +

Inquires the initial left-most X-coordinate of the window. SET

(summarize)
Expand data type infoCollapse data type info UserVarPtr extra info
Data type info: Data type: address of a MIL_DOUBLE
Click to summarize Value

Specifies the X-coordinate, in pixels. INFO

The default value is 0.

(summarize)
Click to summarize M_WINDOW_INITIAL_POSITION_Y +

Inquires the initial top-most Y-coordinate of the window. SET

(summarize)
Expand data type infoCollapse data type info UserVarPtr extra info
Data type info: Data type: address of a MIL_DOUBLE
Click to summarize Value

Specifies the Y-coordinate, in pixels. INFO

The default value is 0.

(summarize)

1 If the value was passed in a variable, it won't be returned enclosed in MIL_TEXT().

Combination value for M_TITLE.

You can add the following value to the above-mentioned value to get the string's length.

function map For getting the string size
Click to summarizeInquireType Description
UserVarPtr
- Possible values returned
Click to summarize M_STRING_SIZE

Retrieves the length of the string, including the terminating null character ("\0").

(summarize)
Expand data type infoCollapse data type info UserVarPtr extra info
Data type info: Data type: address of a MIL_INT

You can use the following InquireType to inquire about the keyboard and mouse controls of the 3D display.

function map For Inquiring keyboard and mouse controls
Click to summarizeInquireType Description
UserVarPtr
- Possible values returned
Click to summarize M_ACTION_KEY_AUTO_ROTATE +

Inquires the keyboard keys that you can press to start and stop auto-rotation around the interest point. This action is equivalent to enabling or disabling auto-rotation using M_AUTO_ROTATE. SET

(summarize)
Expand data type infoCollapse data type info UserVarPtr extra info
Data type info: Data type: address of a MIL_INT
Click to summarize M_KEY_ADD +

Specifies the Add key (+). INFO

Click to summarize M_KEY_ARROW_DOWN +

Specifies the Down Arrow key. INFO

Click to summarize M_KEY_ARROW_LEFT +

Specifies the Left Arrow key. INFO

Click to summarize M_KEY_ARROW_RIGHT +

Specifies the Right Arrow key. INFO

Click to summarize M_KEY_ARROW_UP +

Specifies the Up Arrow key. INFO

Click to summarize M_KEY_BACK +

Specifies the Back key. INFO

Click to summarize M_KEY_CLEAR +

Specifies the Clear key. INFO

Click to summarize M_KEY_DECIMAL +

Specifies the Period key located on your number pad. INFO

Click to summarize M_KEY_DELETE +

Specifies the Delete key. INFO

Click to summarize M_KEY_DIVIDE +

Specifies the Divide key (/). INFO

Click to summarize M_KEY_END +

Specifies the End key. INFO

Click to summarize M_KEY_ESC +

Specifies the Esc key. INFO

Click to summarize M_KEY_EXECUTE +

Specifies the Execute key. INFO

Click to summarize M_KEY_Fn +

Specifies the n key, where n is a value from 1 to 24. INFO

Click to summarize M_KEY_HOME +

Specifies the Home key. INFO

Click to summarize M_KEY_INSERT +

Specifies the Insert key. INFO

Click to summarize M_KEY_MULTIPLY +

Specifies the Multiply key (*). INFO

Click to summarize M_KEY_n +

Specifies the n key, where n is a value from 0 to 9. INFO

Click to summarize M_KEY_NUM_LOCK +

Specifies the Num Lock key. INFO

Click to summarize M_KEY_NUMPADn +

Specifies the n key, where n is a value from 0 to 9. INFO

Click to summarize M_KEY_PAGEDOWN +

Specifies the Pagedown key. INFO

Click to summarize M_KEY_PAGEUP +

Specifies the Pageup key. INFO

Click to summarize M_KEY_PAUSE +

Specifies the Pause key. INFO

Click to summarize M_KEY_R +

Specifies the R key.

This is the default value.

(summarize)
Click to summarize M_KEY_RETURN +

Specifies the Return key (Enter). INFO

Click to summarize M_KEY_SCROLL_LOCK +

Specifies the Scroll Lock key. INFO

Click to summarize M_KEY_SEPARATOR +

Specifies the Separator key. INFO

Click to summarize M_KEY_SPACE +

Specifies the Space key. INFO

Click to summarize M_KEY_SUBTRACT +

Specifies the Subtract key (-). INFO

Click to summarize M_KEY_TAB +

Specifies the Tab key. INFO

Click to summarize M_KEY_xxx +

Specifies the letter key xxx, where xxx can be a letter from A to Z. INFO

Click to summarize M_NONE +

Specifies that there are no keyboard keys for this action setting.

Click to summarize M_ACTION_KEY_ORBIT_DOWN +

Inquires 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. SET

(summarize)
Expand data type infoCollapse data type info UserVarPtr extra info
Data type info: Data type: address of a MIL_INT
Click to summarize M_KEY_ADD +

Specifies the Add key (+). INFO

Click to summarize M_KEY_ARROW_DOWN +

Specifies the Down Arrow key.

This is the default value.

(summarize)
Click to summarize M_KEY_ARROW_LEFT +

Specifies the Left Arrow key. INFO

Click to summarize M_KEY_ARROW_RIGHT +

Specifies the Right Arrow key. INFO

Click to summarize M_KEY_ARROW_UP +

Specifies the Up Arrow key. INFO

Click to summarize M_KEY_BACK +

Specifies the Back key. INFO

Click to summarize M_KEY_CLEAR +

Specifies the Clear key. INFO

Click to summarize M_KEY_DECIMAL +

Specifies the Period key located on your number pad. INFO

Click to summarize M_KEY_DELETE +

Specifies the Delete key. INFO

Click to summarize M_KEY_DIVIDE +

Specifies the Divide key (/). INFO

Click to summarize M_KEY_END +

Specifies the End key. INFO

Click to summarize M_KEY_ESC +

Specifies the Esc key. INFO

Click to summarize M_KEY_EXECUTE +

Specifies the Execute key. INFO

Click to summarize M_KEY_Fn +

Specifies the n key, where n is a value from 1 to 24. INFO

Click to summarize M_KEY_HOME +

Specifies the Home key. INFO

Click to summarize M_KEY_INSERT +

Specifies the Insert key. INFO

Click to summarize M_KEY_MULTIPLY +

Specifies the Multiply key (*). INFO

Click to summarize M_KEY_n +

Specifies the n key, where n is a value from 0 to 9. INFO

Click to summarize M_KEY_NUM_LOCK +

Specifies the Num Lock key. INFO

Click to summarize M_KEY_NUMPADn +

Specifies the n key, where n is a value from 0 to 9. INFO

Click to summarize M_KEY_PAGEDOWN +

Specifies the Pagedown key. INFO

Click to summarize M_KEY_PAGEUP +

Specifies the Pageup key. INFO

Click to summarize M_KEY_PAUSE +

Specifies the Pause key. INFO

Click to summarize M_KEY_RETURN +

Specifies the Return key (Enter). INFO

Click to summarize M_KEY_SCROLL_LOCK +

Specifies the Scroll Lock key. INFO

Click to summarize M_KEY_SEPARATOR +

Specifies the Separator key. INFO

Click to summarize M_KEY_SPACE +

Specifies the Space key. INFO

Click to summarize M_KEY_SUBTRACT +

Specifies the Subtract key (-). INFO

Click to summarize M_KEY_TAB +

Specifies the Tab key. INFO

Click to summarize M_KEY_xxx +

Specifies the letter key xxx, where xxx can be a letter from A to Z. INFO

Click to summarize M_NONE +

Specifies that there are no keyboard keys for this action setting.

Click to summarize M_ACTION_KEY_ORBIT_LEFT +

Inquires 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. SET

(summarize)
Expand data type infoCollapse data type info UserVarPtr extra info
Data type info: Data type: address of a MIL_INT
Click to summarize M_KEY_ADD +

Specifies the Add key (+). INFO

Click to summarize M_KEY_ARROW_DOWN +

Specifies the Down Arrow key. INFO

Click to summarize M_KEY_ARROW_LEFT +

Specifies the Left Arrow key.

This is the default value.

(summarize)
Click to summarize M_KEY_ARROW_RIGHT +

Specifies the Right Arrow key. INFO

Click to summarize M_KEY_ARROW_UP +

Specifies the Up Arrow key. INFO

Click to summarize M_KEY_BACK +

Specifies the Back key. INFO

Click to summarize M_KEY_CLEAR +

Specifies the Clear key. INFO

Click to summarize M_KEY_DECIMAL +

Specifies the Period key located on your number pad. INFO

Click to summarize M_KEY_DELETE +

Specifies the Delete key. INFO

Click to summarize M_KEY_DIVIDE +

Specifies the Divide key (/). INFO

Click to summarize M_KEY_END +

Specifies the End key. INFO

Click to summarize M_KEY_ESC +

Specifies the Esc key. INFO

Click to summarize M_KEY_EXECUTE +

Specifies the Execute key. INFO

Click to summarize M_KEY_Fn +

Specifies the n key, where n is a value from 1 to 24. INFO

Click to summarize M_KEY_HOME +

Specifies the Home key. INFO

Click to summarize M_KEY_INSERT +

Specifies the Insert key. INFO

Click to summarize M_KEY_MULTIPLY +

Specifies the Multiply key (*). INFO

Click to summarize M_KEY_n +

Specifies the n key, where n is a value from 0 to 9. INFO

Click to summarize M_KEY_NUM_LOCK +

Specifies the Num Lock key. INFO

Click to summarize M_KEY_NUMPADn +

Specifies the n key, where n is a value from 0 to 9. INFO

Click to summarize M_KEY_PAGEDOWN +

Specifies the Pagedown key. INFO

Click to summarize M_KEY_PAGEUP +

Specifies the Pageup key. INFO

Click to summarize M_KEY_PAUSE +

Specifies the Pause key. INFO

Click to summarize M_KEY_RETURN +

Specifies the Return key (Enter). INFO

Click to summarize M_KEY_SCROLL_LOCK +

Specifies the Scroll Lock key. INFO

Click to summarize M_KEY_SEPARATOR +

Specifies the Separator key. INFO

Click to summarize M_KEY_SPACE +

Specifies the Space key. INFO

Click to summarize M_KEY_SUBTRACT +

Specifies the Subtract key (-). INFO

Click to summarize M_KEY_TAB +

Specifies the Tab key. INFO

Click to summarize M_KEY_xxx +

Specifies the letter key xxx, where xxx can be a letter from A to Z. INFO

Click to summarize M_NONE +

Specifies that there are no keyboard keys for this action setting.

Click to summarize M_ACTION_KEY_ORBIT_RIGHT +

Inquires 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. SET

(summarize)
Expand data type infoCollapse data type info UserVarPtr extra info
Data type info: Data type: address of a MIL_INT
Click to summarize M_KEY_ADD +

Specifies the Add key (+). INFO

Click to summarize M_KEY_ARROW_DOWN +

Specifies the Down Arrow key. INFO

Click to summarize M_KEY_ARROW_LEFT +

Specifies the Left Arrow key. INFO

Click to summarize M_KEY_ARROW_RIGHT +

Specifies the Right Arrow key.

This is the default value.

(summarize)
Click to summarize M_KEY_ARROW_UP +

Specifies the Up Arrow key. INFO

Click to summarize M_KEY_BACK +

Specifies the Back key. INFO

Click to summarize M_KEY_CLEAR +

Specifies the Clear key. INFO

Click to summarize M_KEY_DECIMAL +

Specifies the Period key located on your number pad. INFO

Click to summarize M_KEY_DELETE +

Specifies the Delete key. INFO

Click to summarize M_KEY_DIVIDE +

Specifies the Divide key (/). INFO

Click to summarize M_KEY_END +

Specifies the End key. INFO

Click to summarize M_KEY_ESC +

Specifies the Esc key. INFO

Click to summarize M_KEY_EXECUTE +

Specifies the Execute key. INFO

Click to summarize M_KEY_Fn +

Specifies the n key, where n is a value from 1 to 24. INFO

Click to summarize M_KEY_HOME +

Specifies the Home key. INFO

Click to summarize M_KEY_INSERT +

Specifies the Insert key. INFO

Click to summarize M_KEY_MULTIPLY +

Specifies the Multiply key (*). INFO

Click to summarize M_KEY_n +

Specifies the n key, where n is a value from 0 to 9. INFO

Click to summarize M_KEY_NUM_LOCK +

Specifies the Num Lock key. INFO

Click to summarize M_KEY_NUMPADn +

Specifies the n key, where n is a value from 0 to 9. INFO

Click to summarize M_KEY_PAGEDOWN +

Specifies the Pagedown key. INFO

Click to summarize M_KEY_PAGEUP +

Specifies the Pageup key. INFO

Click to summarize M_KEY_PAUSE +

Specifies the Pause key. INFO

Click to summarize M_KEY_RETURN +

Specifies the Return key (Enter). INFO

Click to summarize M_KEY_SCROLL_LOCK +

Specifies the Scroll Lock key. INFO

Click to summarize M_KEY_SEPARATOR +

Specifies the Separator key. INFO

Click to summarize M_KEY_SPACE +

Specifies the Space key. INFO

Click to summarize M_KEY_SUBTRACT +

Specifies the Subtract key (-). INFO

Click to summarize M_KEY_TAB +

Specifies the Tab key. INFO

Click to summarize M_KEY_xxx +

Specifies the letter key xxx, where xxx can be a letter from A to Z. INFO

Click to summarize M_NONE +

Specifies that there are no keyboard keys for this action setting.

Click to summarize M_ACTION_KEY_ORBIT_UP +

Inquires 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. SET

(summarize)
Expand data type infoCollapse data type info UserVarPtr extra info
Data type info: Data type: address of a MIL_INT
Click to summarize M_KEY_ADD +

Specifies the Add key (+). INFO

Click to summarize M_KEY_ARROW_DOWN +

Specifies the Down Arrow key. INFO

Click to summarize M_KEY_ARROW_LEFT +

Specifies the Left Arrow key. INFO

Click to summarize M_KEY_ARROW_RIGHT +

Specifies the Right Arrow key. INFO

Click to summarize M_KEY_ARROW_UP +

Specifies the Up Arrow key.

This is the default value.

(summarize)
Click to summarize M_KEY_BACK +

Specifies the Back key. INFO

Click to summarize M_KEY_CLEAR +

Specifies the Clear key. INFO

Click to summarize M_KEY_DECIMAL +

Specifies the Period key located on your number pad. INFO

Click to summarize M_KEY_DELETE +

Specifies the Delete key. INFO

Click to summarize M_KEY_DIVIDE +

Specifies the Divide key (/). INFO

Click to summarize M_KEY_END +

Specifies the End key. INFO

Click to summarize M_KEY_ESC +

Specifies the Esc key. INFO

Click to summarize M_KEY_EXECUTE +

Specifies the Execute key. INFO

Click to summarize M_KEY_Fn +

Specifies the n key, where n is a value from 1 to 24. INFO

Click to summarize M_KEY_HOME +

Specifies the Home key. INFO

Click to summarize M_KEY_INSERT +

Specifies the Insert key. INFO

Click to summarize M_KEY_MULTIPLY +

Specifies the Multiply key (*). INFO

Click to summarize M_KEY_n +

Specifies the n key, where n is a value from 0 to 9. INFO

Click to summarize M_KEY_NUM_LOCK +

Specifies the Num Lock key. INFO

Click to summarize M_KEY_NUMPADn +

Specifies the n key, where n is a value from 0 to 9. INFO

Click to summarize M_KEY_PAGEDOWN +

Specifies the Pagedown key. INFO

Click to summarize M_KEY_PAGEUP +

Specifies the Pageup key. INFO

Click to summarize M_KEY_PAUSE +

Specifies the Pause key. INFO

Click to summarize M_KEY_RETURN +

Specifies the Return key (Enter). INFO

Click to summarize M_KEY_SCROLL_LOCK +

Specifies the Scroll Lock key. INFO

Click to summarize M_KEY_SEPARATOR +

Specifies the Separator key. INFO

Click to summarize M_KEY_SPACE +

Specifies the Space key. INFO

Click to summarize M_KEY_SUBTRACT +

Specifies the Subtract key (-). INFO

Click to summarize M_KEY_TAB +

Specifies the Tab key. INFO

Click to summarize M_KEY_xxx +

Specifies the letter key xxx, where xxx can be a letter from A to Z. INFO

Click to summarize M_NONE +

Specifies that there are no keyboard keys for this action setting.

Click to summarize M_ACTION_KEY_ORIENTATION_BOTTOM_TILTED +

Inquires 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. SET

(summarize)
Expand data type infoCollapse data type info UserVarPtr extra info
Data type info: Data type: address of a MIL_INT
Click to summarize M_KEY_1 +

Specifies the 1 key.

This is the default value.

(summarize)
Click to summarize M_KEY_ADD +

Specifies the Add key (+). INFO

Click to summarize M_KEY_ARROW_DOWN +

Specifies the Down Arrow key. INFO

Click to summarize M_KEY_ARROW_LEFT +

Specifies the Left Arrow key. INFO

Click to summarize M_KEY_ARROW_RIGHT +

Specifies the Right Arrow key. INFO

Click to summarize M_KEY_ARROW_UP +

Specifies the Up Arrow key. INFO

Click to summarize M_KEY_BACK +

Specifies the Back key. INFO

Click to summarize M_KEY_CLEAR +

Specifies the Clear key. INFO

Click to summarize M_KEY_DECIMAL +

Specifies the Period key located on your number pad. INFO

Click to summarize M_KEY_DELETE +

Specifies the Delete key. INFO

Click to summarize M_KEY_DIVIDE +

Specifies the Divide key (/). INFO

Click to summarize M_KEY_END +

Specifies the End key. INFO

Click to summarize M_KEY_ESC +

Specifies the Esc key. INFO

Click to summarize M_KEY_EXECUTE +

Specifies the Execute key. INFO

Click to summarize M_KEY_Fn +

Specifies the n key, where n is a value from 1 to 24. INFO

Click to summarize M_KEY_HOME +

Specifies the Home key. INFO

Click to summarize M_KEY_INSERT +

Specifies the Insert key. INFO

Click to summarize M_KEY_MULTIPLY +

Specifies the Multiply key (*). INFO

Click to summarize M_KEY_n +

Specifies the n key, where n is a value from 0 to 9. INFO

Click to summarize M_KEY_NUM_LOCK +

Specifies the Num Lock key. INFO

Click to summarize M_KEY_NUMPADn +

Specifies the n key, where n is a value from 0 to 9. INFO

Click to summarize M_KEY_PAGEDOWN +

Specifies the Pagedown key. INFO

Click to summarize M_KEY_PAGEUP +

Specifies the Pageup key. INFO

Click to summarize M_KEY_PAUSE +

Specifies the Pause key. INFO

Click to summarize M_KEY_RETURN +

Specifies the Return key (Enter). INFO

Click to summarize M_KEY_SCROLL_LOCK +

Specifies the Scroll Lock key. INFO

Click to summarize M_KEY_SEPARATOR +

Specifies the Separator key. INFO

Click to summarize M_KEY_SPACE +

Specifies the Space key. INFO

Click to summarize M_KEY_SUBTRACT +

Specifies the Subtract key (-). INFO

Click to summarize M_KEY_TAB +

Specifies the Tab key. INFO

Click to summarize M_KEY_xxx +

Specifies the letter key xxx, where xxx can be a letter from A to Z. INFO

Click to summarize M_NONE +

Specifies that there are no keyboard keys for this action setting.

Click to summarize M_ACTION_KEY_ORIENTATION_BOTTOM_VIEW +

Inquires 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. SET

(summarize)
Expand data type infoCollapse data type info UserVarPtr extra info
Data type info: Data type: address of a MIL_INT
Click to summarize M_KEY_2 +

Specifies the 2 key.

This is the default value.

(summarize)
Click to summarize M_KEY_ADD +

Specifies the Add key (+). INFO

Click to summarize M_KEY_ARROW_DOWN +

Specifies the Down Arrow key. INFO

Click to summarize M_KEY_ARROW_LEFT +

Specifies the Left Arrow key. INFO

Click to summarize M_KEY_ARROW_RIGHT +

Specifies the Right Arrow key. INFO

Click to summarize M_KEY_ARROW_UP +

Specifies the Up Arrow key. INFO

Click to summarize M_KEY_BACK +

Specifies the Back key. INFO

Click to summarize M_KEY_CLEAR +

Specifies the Clear key. INFO

Click to summarize M_KEY_DECIMAL +

Specifies the Period key located on your number pad. INFO

Click to summarize M_KEY_DELETE +

Specifies the Delete key. INFO

Click to summarize M_KEY_DIVIDE +

Specifies the Divide key (/). INFO

Click to summarize M_KEY_END +

Specifies the End key. INFO

Click to summarize M_KEY_ESC +

Specifies the Esc key. INFO

Click to summarize M_KEY_EXECUTE +

Specifies the Execute key. INFO

Click to summarize M_KEY_Fn +

Specifies the n key, where n is a value from 1 to 24. INFO

Click to summarize M_KEY_HOME +

Specifies the Home key. INFO

Click to summarize M_KEY_INSERT +

Specifies the Insert key. INFO

Click to summarize M_KEY_MULTIPLY +

Specifies the Multiply key (*). INFO

Click to summarize M_KEY_n +

Specifies the n key, where n is a value from 0 to 9. INFO

Click to summarize M_KEY_NUM_LOCK +

Specifies the Num Lock key. INFO

Click to summarize M_KEY_NUMPADn +

Specifies the n key, where n is a value from 0 to 9. INFO

Click to summarize M_KEY_PAGEDOWN +

Specifies the Pagedown key. INFO

Click to summarize M_KEY_PAGEUP +

Specifies the Pageup key. INFO

Click to summarize M_KEY_PAUSE +

Specifies the Pause key. INFO

Click to summarize M_KEY_RETURN +

Specifies the Return key (Enter). INFO

Click to summarize M_KEY_SCROLL_LOCK +

Specifies the Scroll Lock key. INFO

Click to summarize M_KEY_SEPARATOR +

Specifies the Separator key. INFO

Click to summarize M_KEY_SPACE +

Specifies the Space key. INFO

Click to summarize M_KEY_SUBTRACT +

Specifies the Subtract key (-). INFO

Click to summarize M_KEY_TAB +

Specifies the Tab key. INFO

Click to summarize M_KEY_xxx +

Specifies the letter key xxx, where xxx can be a letter from A to Z. INFO

Click to summarize M_NONE +

Specifies that there are no keyboard keys for this action setting.

Click to summarize M_ACTION_KEY_ORIENTATION_FRONT_VIEW +

Inquires 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. SET

(summarize)
Expand data type infoCollapse data type info UserVarPtr extra info
Data type info: Data type: address of a MIL_INT
Click to summarize M_KEY_5 +

Specifies the 5 key.

This is the default value.

(summarize)
Click to summarize M_KEY_ADD +

Specifies the Add key (+). INFO

Click to summarize M_KEY_ARROW_DOWN +

Specifies the Down Arrow key. INFO

Click to summarize M_KEY_ARROW_LEFT +

Specifies the Left Arrow key. INFO

Click to summarize M_KEY_ARROW_RIGHT +

Specifies the Right Arrow key. INFO

Click to summarize M_KEY_ARROW_UP +

Specifies the Up Arrow key. INFO

Click to summarize M_KEY_BACK +

Specifies the Back key. INFO

Click to summarize M_KEY_CLEAR +

Specifies the Clear key. INFO

Click to summarize M_KEY_DECIMAL +

Specifies the Period key located on your number pad. INFO

Click to summarize M_KEY_DELETE +

Specifies the Delete key. INFO

Click to summarize M_KEY_DIVIDE +

Specifies the Divide key (/). INFO

Click to summarize M_KEY_END +

Specifies the End key. INFO

Click to summarize M_KEY_ESC +

Specifies the Esc key. INFO

Click to summarize M_KEY_EXECUTE +

Specifies the Execute key. INFO

Click to summarize M_KEY_Fn +

Specifies the n key, where n is a value from 1 to 24. INFO

Click to summarize M_KEY_HOME +

Specifies the Home key. INFO

Click to summarize M_KEY_INSERT +

Specifies the Insert key. INFO

Click to summarize M_KEY_MULTIPLY +

Specifies the Multiply key (*). INFO

Click to summarize M_KEY_n +

Specifies the n key, where n is a value from 0 to 9. INFO

Click to summarize M_KEY_NUM_LOCK +

Specifies the Num Lock key. INFO

Click to summarize M_KEY_NUMPADn +

Specifies the n key, where n is a value from 0 to 9. INFO

Click to summarize M_KEY_PAGEDOWN +

Specifies the Pagedown key. INFO

Click to summarize M_KEY_PAGEUP +

Specifies the Pageup key. INFO

Click to summarize M_KEY_PAUSE +

Specifies the Pause key. INFO

Click to summarize M_KEY_RETURN +

Specifies the Return key (Enter). INFO

Click to summarize M_KEY_SCROLL_LOCK +

Specifies the Scroll Lock key. INFO

Click to summarize M_KEY_SEPARATOR +

Specifies the Separator key. INFO

Click to summarize M_KEY_SPACE +

Specifies the Space key. INFO

Click to summarize M_KEY_SUBTRACT +

Specifies the Subtract key (-). INFO

Click to summarize M_KEY_TAB +

Specifies the Tab key. INFO

Click to summarize M_KEY_xxx +

Specifies the letter key xxx, where xxx can be a letter from A to Z. INFO

Click to summarize M_NONE +

Specifies that there are no keyboard keys for this action setting.

Click to summarize M_ACTION_KEY_ORIENTATION_LEFT_VIEW +

Inquires 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. SET

(summarize)
Expand data type infoCollapse data type info UserVarPtr extra info
Data type info: Data type: address of a MIL_INT
Click to summarize M_KEY_4 +

Specifies the 4 key.

This is the default value.

(summarize)
Click to summarize M_KEY_ADD +

Specifies the Add key (+). INFO

Click to summarize M_KEY_ARROW_DOWN +

Specifies the Down Arrow key. INFO

Click to summarize M_KEY_ARROW_LEFT +

Specifies the Left Arrow key. INFO

Click to summarize M_KEY_ARROW_RIGHT +

Specifies the Right Arrow key. INFO

Click to summarize M_KEY_ARROW_UP +

Specifies the Up Arrow key. INFO

Click to summarize M_KEY_BACK +

Specifies the Back key. INFO

Click to summarize M_KEY_CLEAR +

Specifies the Clear key. INFO

Click to summarize M_KEY_DECIMAL +

Specifies the Period key located on your number pad. INFO

Click to summarize M_KEY_DELETE +

Specifies the Delete key. INFO

Click to summarize M_KEY_DIVIDE +

Specifies the Divide key (/). INFO

Click to summarize M_KEY_END +

Specifies the End key. INFO

Click to summarize M_KEY_ESC +

Specifies the Esc key. INFO

Click to summarize M_KEY_EXECUTE +

Specifies the Execute key. INFO

Click to summarize M_KEY_Fn +

Specifies the n key, where n is a value from 1 to 24. INFO

Click to summarize M_KEY_HOME +

Specifies the Home key. INFO

Click to summarize M_KEY_INSERT +

Specifies the Insert key. INFO

Click to summarize M_KEY_MULTIPLY +

Specifies the Multiply key (*). INFO

Click to summarize M_KEY_n +

Specifies the n key, where n is a value from 0 to 9. INFO

Click to summarize M_KEY_NUM_LOCK +

Specifies the Num Lock key. INFO

Click to summarize M_KEY_NUMPADn +

Specifies the n key, where n is a value from 0 to 9. INFO

Click to summarize M_KEY_PAGEDOWN +

Specifies the Pagedown key. INFO

Click to summarize M_KEY_PAGEUP +

Specifies the Pageup key. INFO

Click to summarize M_KEY_PAUSE +

Specifies the Pause key. INFO

Click to summarize M_KEY_RETURN +

Specifies the Return key (Enter). INFO

Click to summarize M_KEY_SCROLL_LOCK +

Specifies the Scroll Lock key. INFO

Click to summarize M_KEY_SEPARATOR +

Specifies the Separator key. INFO

Click to summarize M_KEY_SPACE +

Specifies the Space key. INFO

Click to summarize M_KEY_SUBTRACT +

Specifies the Subtract key (-). INFO

Click to summarize M_KEY_TAB +

Specifies the Tab key. INFO

Click to summarize M_KEY_xxx +

Specifies the letter key xxx, where xxx can be a letter from A to Z. INFO

Click to summarize M_NONE +

Specifies that there are no keyboard keys for this action setting.

Click to summarize M_ACTION_KEY_ORIENTATION_REAR_VIEW +

Inquires 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. SET

(summarize)
Expand data type infoCollapse data type info UserVarPtr extra info
Data type info: Data type: address of a MIL_INT
Click to summarize M_KEY_3 +

Specifies the 3 key.

This is the default value.

(summarize)
Click to summarize M_KEY_ADD +

Specifies the Add key (+). INFO

Click to summarize M_KEY_ARROW_DOWN +

Specifies the Down Arrow key. INFO

Click to summarize M_KEY_ARROW_LEFT +

Specifies the Left Arrow key. INFO

Click to summarize M_KEY_ARROW_RIGHT +

Specifies the Right Arrow key. INFO

Click to summarize M_KEY_ARROW_UP +

Specifies the Up Arrow key. INFO

Click to summarize M_KEY_BACK +

Specifies the Back key. INFO

Click to summarize M_KEY_CLEAR +

Specifies the Clear key. INFO

Click to summarize M_KEY_DECIMAL +

Specifies the Period key located on your number pad. INFO

Click to summarize M_KEY_DELETE +

Specifies the Delete key. INFO

Click to summarize M_KEY_DIVIDE +

Specifies the Divide key (/). INFO

Click to summarize M_KEY_END +

Specifies the End key. INFO

Click to summarize M_KEY_ESC +

Specifies the Esc key. INFO

Click to summarize M_KEY_EXECUTE +

Specifies the Execute key. INFO

Click to summarize M_KEY_Fn +

Specifies the n key, where n is a value from 1 to 24. INFO

Click to summarize M_KEY_HOME +

Specifies the Home key. INFO

Click to summarize M_KEY_INSERT +

Specifies the Insert key. INFO

Click to summarize M_KEY_MULTIPLY +

Specifies the Multiply key (*). INFO

Click to summarize M_KEY_n +

Specifies the n key, where n is a value from 0 to 9. INFO

Click to summarize M_KEY_NUM_LOCK +

Specifies the Num Lock key. INFO

Click to summarize M_KEY_NUMPADn +

Specifies the n key, where n is a value from 0 to 9. INFO

Click to summarize M_KEY_PAGEDOWN +

Specifies the Pagedown key. INFO

Click to summarize M_KEY_PAGEUP +

Specifies the Pageup key. INFO

Click to summarize M_KEY_PAUSE +

Specifies the Pause key. INFO

Click to summarize M_KEY_RETURN +

Specifies the Return key (Enter). INFO

Click to summarize M_KEY_SCROLL_LOCK +

Specifies the Scroll Lock key. INFO

Click to summarize M_KEY_SEPARATOR +

Specifies the Separator key. INFO

Click to summarize M_KEY_SPACE +

Specifies the Space key. INFO

Click to summarize M_KEY_SUBTRACT +

Specifies the Subtract key (-). INFO

Click to summarize M_KEY_TAB +

Specifies the Tab key. INFO

Click to summarize M_KEY_xxx +

Specifies the letter key xxx, where xxx can be a letter from A to Z. INFO

Click to summarize M_NONE +

Specifies that there are no keyboard keys for this action setting.

Click to summarize M_ACTION_KEY_ORIENTATION_RIGHT_VIEW +

Inquires 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. SET

(summarize)
Expand data type infoCollapse data type info UserVarPtr extra info
Data type info: Data type: address of a MIL_INT
Click to summarize M_KEY_6 +

Specifies the 6 key.

This is the default value.

(summarize)
Click to summarize M_KEY_ADD +

Specifies the Add key (+). INFO

Click to summarize M_KEY_ARROW_DOWN +

Specifies the Down Arrow key. INFO

Click to summarize M_KEY_ARROW_LEFT +

Specifies the Left Arrow key. INFO

Click to summarize M_KEY_ARROW_RIGHT +

Specifies the Right Arrow key. INFO

Click to summarize M_KEY_ARROW_UP +

Specifies the Up Arrow key. INFO

Click to summarize M_KEY_BACK +

Specifies the Back key. INFO

Click to summarize M_KEY_CLEAR +

Specifies the Clear key. INFO

Click to summarize M_KEY_DECIMAL +

Specifies the Period key located on your number pad. INFO

Click to summarize M_KEY_DELETE +

Specifies the Delete key. INFO

Click to summarize M_KEY_DIVIDE +

Specifies the Divide key (/). INFO

Click to summarize M_KEY_END +

Specifies the End key. INFO

Click to summarize M_KEY_ESC +

Specifies the Esc key. INFO

Click to summarize M_KEY_EXECUTE +

Specifies the Execute key. INFO

Click to summarize M_KEY_Fn +

Specifies the n key, where n is a value from 1 to 24. INFO

Click to summarize M_KEY_HOME +

Specifies the Home key. INFO

Click to summarize M_KEY_INSERT +

Specifies the Insert key. INFO

Click to summarize M_KEY_MULTIPLY +

Specifies the Multiply key (*). INFO

Click to summarize M_KEY_n +

Specifies the n key, where n is a value from 0 to 9. INFO

Click to summarize M_KEY_NUM_LOCK +

Specifies the Num Lock key. INFO

Click to summarize M_KEY_NUMPADn +

Specifies the n key, where n is a value from 0 to 9. INFO

Click to summarize M_KEY_PAGEDOWN +

Specifies the Pagedown key. INFO

Click to summarize M_KEY_PAGEUP +

Specifies the Pageup key. INFO

Click to summarize M_KEY_PAUSE +

Specifies the Pause key. INFO

Click to summarize M_KEY_RETURN +

Specifies the Return key (Enter). INFO

Click to summarize M_KEY_SCROLL_LOCK +

Specifies the Scroll Lock key. INFO

Click to summarize M_KEY_SEPARATOR +

Specifies the Separator key. INFO

Click to summarize M_KEY_SPACE +

Specifies the Space key. INFO

Click to summarize M_KEY_SUBTRACT +

Specifies the Subtract key (-). INFO

Click to summarize M_KEY_TAB +

Specifies the Tab key. INFO

Click to summarize M_KEY_xxx +

Specifies the letter key xxx, where xxx can be a letter from A to Z. INFO

Click to summarize M_NONE +

Specifies that there are no keyboard keys for this action setting.

Click to summarize M_ACTION_KEY_ORIENTATION_TOP_TILTED +

Inquires 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. SET

(summarize)
Expand data type infoCollapse data type info UserVarPtr extra info
Data type info: Data type: address of a MIL_INT
Click to summarize M_KEY_7 +

Specifies the 7 key.

This is the default value.

(summarize)
Click to summarize M_KEY_ADD +

Specifies the Add key (+). INFO

Click to summarize M_KEY_ARROW_DOWN +

Specifies the Down Arrow key. INFO

Click to summarize M_KEY_ARROW_LEFT +

Specifies the Left Arrow key. INFO

Click to summarize M_KEY_ARROW_RIGHT +

Specifies the Right Arrow key. INFO

Click to summarize M_KEY_ARROW_UP +

Specifies the Up Arrow key. INFO

Click to summarize M_KEY_BACK +

Specifies the Back key. INFO

Click to summarize M_KEY_CLEAR +

Specifies the Clear key. INFO

Click to summarize M_KEY_DECIMAL +

Specifies the Period key located on your number pad. INFO

Click to summarize M_KEY_DELETE +

Specifies the Delete key. INFO

Click to summarize M_KEY_DIVIDE +

Specifies the Divide key (/). INFO

Click to summarize M_KEY_END +

Specifies the End key. INFO

Click to summarize M_KEY_ESC +

Specifies the Esc key. INFO

Click to summarize M_KEY_EXECUTE +

Specifies the Execute key. INFO

Click to summarize M_KEY_Fn +

Specifies the n key, where n is a value from 1 to 24. INFO

Click to summarize M_KEY_HOME +

Specifies the Home key. INFO

Click to summarize M_KEY_INSERT +

Specifies the Insert key. INFO

Click to summarize M_KEY_MULTIPLY +

Specifies the Multiply key (*). INFO

Click to summarize M_KEY_n +

Specifies the n key, where n is a value from 0 to 9. INFO

Click to summarize M_KEY_NUM_LOCK +

Specifies the Num Lock key. INFO

Click to summarize M_KEY_NUMPADn +

Specifies the n key, where n is a value from 0 to 9. INFO

Click to summarize M_KEY_PAGEDOWN +

Specifies the Pagedown key. INFO

Click to summarize M_KEY_PAGEUP +

Specifies the Pageup key. INFO

Click to summarize M_KEY_PAUSE +

Specifies the Pause key. INFO

Click to summarize M_KEY_RETURN +

Specifies the Return key (Enter). INFO

Click to summarize M_KEY_SCROLL_LOCK +

Specifies the Scroll Lock key. INFO

Click to summarize M_KEY_SEPARATOR +

Specifies the Separator key. INFO

Click to summarize M_KEY_SPACE +

Specifies the Space key. INFO

Click to summarize M_KEY_SUBTRACT +

Specifies the Subtract key (-). INFO

Click to summarize M_KEY_TAB +

Specifies the Tab key. INFO

Click to summarize M_KEY_xxx +

Specifies the letter key xxx, where xxx can be a letter from A to Z. INFO

Click to summarize M_NONE +

Specifies that there are no keyboard keys for this action setting.

Click to summarize M_ACTION_KEY_ORIENTATION_TOP_VIEW +

Inquires 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. SET

(summarize)
Expand data type infoCollapse data type info UserVarPtr extra info
Data type info: Data type: address of a MIL_INT
Click to summarize M_KEY_8 +

Specifies the 8 key.

This is the default value.

(summarize)
Click to summarize M_KEY_ADD +

Specifies the Add key (+). INFO

Click to summarize M_KEY_ARROW_DOWN +

Specifies the Down Arrow key. INFO

Click to summarize M_KEY_ARROW_LEFT +

Specifies the Left Arrow key. INFO

Click to summarize M_KEY_ARROW_RIGHT +

Specifies the Right Arrow key. INFO

Click to summarize M_KEY_ARROW_UP +

Specifies the Up Arrow key. INFO

Click to summarize M_KEY_BACK +

Specifies the Back key. INFO

Click to summarize M_KEY_CLEAR +

Specifies the Clear key. INFO

Click to summarize M_KEY_DECIMAL +

Specifies the Period key located on your number pad. INFO

Click to summarize M_KEY_DELETE +

Specifies the Delete key. INFO

Click to summarize M_KEY_DIVIDE +

Specifies the Divide key (/). INFO

Click to summarize M_KEY_END +

Specifies the End key. INFO

Click to summarize M_KEY_ESC +

Specifies the Esc key. INFO

Click to summarize M_KEY_EXECUTE +

Specifies the Execute key. INFO

Click to summarize M_KEY_Fn +

Specifies the n key, where n is a value from 1 to 24. INFO

Click to summarize M_KEY_HOME +

Specifies the Home key. INFO

Click to summarize M_KEY_INSERT +

Specifies the Insert key. INFO

Click to summarize M_KEY_MULTIPLY +

Specifies the Multiply key (*). INFO

Click to summarize M_KEY_n +

Specifies the n key, where n is a value from 0 to 9. INFO

Click to summarize M_KEY_NUM_LOCK +

Specifies the Num Lock key. INFO

Click to summarize M_KEY_NUMPADn +

Specifies the n key, where n is a value from 0 to 9. INFO

Click to summarize M_KEY_PAGEDOWN +

Specifies the Pagedown key. INFO

Click to summarize M_KEY_PAGEUP +

Specifies the Pageup key. INFO

Click to summarize M_KEY_PAUSE +

Specifies the Pause key. INFO

Click to summarize M_KEY_RETURN +

Specifies the Return key (Enter). INFO

Click to summarize M_KEY_SCROLL_LOCK +

Specifies the Scroll Lock key. INFO

Click to summarize M_KEY_SEPARATOR +

Specifies the Separator key. INFO

Click to summarize M_KEY_SPACE +

Specifies the Space key. INFO

Click to summarize M_KEY_SUBTRACT +

Specifies the Subtract key (-). INFO

Click to summarize M_KEY_TAB +

Specifies the Tab key. INFO

Click to summarize M_KEY_xxx +

Specifies the letter key xxx, where xxx can be a letter from A to Z. INFO

Click to summarize M_NONE +

Specifies that there are no keyboard keys for this action setting.

Click to summarize M_ACTION_KEY_RESET +

Inquires 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. SET

(summarize)
Expand data type infoCollapse data type info UserVarPtr extra info
Data type info: Data type: address of a MIL_INT
Click to summarize M_KEY_ADD +

Specifies the Add key (+). INFO

Click to summarize M_KEY_ARROW_DOWN +

Specifies the Down Arrow key. INFO

Click to summarize M_KEY_ARROW_LEFT +

Specifies the Left Arrow key. INFO

Click to summarize M_KEY_ARROW_RIGHT +

Specifies the Right Arrow key. INFO

Click to summarize M_KEY_ARROW_UP +

Specifies the Up Arrow key. INFO

Click to summarize M_KEY_BACK +

Specifies the Back key. INFO

Click to summarize M_KEY_CLEAR +

Specifies the Clear key. INFO

Click to summarize M_KEY_DECIMAL +

Specifies the Period key located on your number pad. INFO

Click to summarize M_KEY_DELETE +

Specifies the Delete key. INFO

Click to summarize M_KEY_DIVIDE +

Specifies the Divide key (/). INFO

Click to summarize M_KEY_END +

Specifies the End key. INFO

Click to summarize M_KEY_ESC +

Specifies the Esc key. INFO

Click to summarize M_KEY_EXECUTE +

Specifies the Execute key. INFO

Click to summarize M_KEY_Fn +

Specifies the n key, where n is a value from 1 to 24. INFO

Click to summarize M_KEY_HOME +

Specifies the Home key.

This is the default value.

(summarize)
Click to summarize M_KEY_INSERT +

Specifies the Insert key. INFO

Click to summarize M_KEY_MULTIPLY +

Specifies the Multiply key (*). INFO

Click to summarize M_KEY_n +

Specifies the n key, where n is a value from 0 to 9. INFO

Click to summarize M_KEY_NUM_LOCK +

Specifies the Num Lock key. INFO

Click to summarize M_KEY_NUMPADn +

Specifies the n key, where n is a value from 0 to 9. INFO

Click to summarize M_KEY_PAGEDOWN +

Specifies the Pagedown key. INFO

Click to summarize M_KEY_PAGEUP +

Specifies the Pageup key. INFO

Click to summarize M_KEY_PAUSE +

Specifies the Pause key. INFO

Click to summarize M_KEY_RETURN +

Specifies the Return key (Enter). INFO

Click to summarize M_KEY_SCROLL_LOCK +

Specifies the Scroll Lock key. INFO

Click to summarize M_KEY_SEPARATOR +

Specifies the Separator key. INFO

Click to summarize M_KEY_SPACE +

Specifies the Space key. INFO

Click to summarize M_KEY_SUBTRACT +

Specifies the Subtract key (-). INFO

Click to summarize M_KEY_TAB +

Specifies the Tab key. INFO

Click to summarize M_KEY_xxx +

Specifies the letter key xxx, where xxx can be a letter from A to Z. INFO

Click to summarize M_NONE +

Specifies that there are no keyboard keys for this action setting.

Click to summarize M_ACTION_KEY_ROLL_LEFT +

Inquires 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. SET

(summarize)
Expand data type infoCollapse data type info UserVarPtr extra info
Data type info: Data type: address of a MIL_INT
Click to summarize M_KEY_ADD +

Specifies the Add key (+). INFO

Click to summarize M_KEY_ARROW_DOWN +

Specifies the Down Arrow key. INFO

Click to summarize M_KEY_ARROW_LEFT +

Specifies the Left Arrow key. INFO

Click to summarize M_KEY_ARROW_LEFT + M_KEY_ALT

Specifies the Left Arrow key with the Alt key.

This is the default value.

(summarize)
Click to summarize M_KEY_ARROW_RIGHT +

Specifies the Right Arrow key. INFO

Click to summarize M_KEY_ARROW_UP +

Specifies the Up Arrow key. INFO

Click to summarize M_KEY_BACK +

Specifies the Back key. INFO

Click to summarize M_KEY_CLEAR +

Specifies the Clear key. INFO

Click to summarize M_KEY_DECIMAL +

Specifies the Period key located on your number pad. INFO

Click to summarize M_KEY_DELETE +

Specifies the Delete key. INFO

Click to summarize M_KEY_DIVIDE +

Specifies the Divide key (/). INFO

Click to summarize M_KEY_END +

Specifies the End key. INFO

Click to summarize M_KEY_ESC +

Specifies the Esc key. INFO

Click to summarize M_KEY_EXECUTE +

Specifies the Execute key. INFO

Click to summarize M_KEY_Fn +

Specifies the n key, where n is a value from 1 to 24. INFO

Click to summarize M_KEY_HOME +

Specifies the Home key. INFO

Click to summarize M_KEY_INSERT +

Specifies the Insert key. INFO

Click to summarize M_KEY_MULTIPLY +

Specifies the Multiply key (*). INFO

Click to summarize M_KEY_n +

Specifies the n key, where n is a value from 0 to 9. INFO

Click to summarize M_KEY_NUM_LOCK +

Specifies the Num Lock key. INFO

Click to summarize M_KEY_NUMPADn +

Specifies the n key, where n is a value from 0 to 9. INFO

Click to summarize M_KEY_PAGEDOWN +

Specifies the Pagedown key. INFO

Click to summarize M_KEY_PAGEUP +

Specifies the Pageup key. INFO

Click to summarize M_KEY_PAUSE +

Specifies the Pause key. INFO

Click to summarize M_KEY_RETURN +

Specifies the Return key (Enter). INFO

Click to summarize M_KEY_SCROLL_LOCK +

Specifies the Scroll Lock key. INFO

Click to summarize M_KEY_SEPARATOR +

Specifies the Separator key. INFO

Click to summarize M_KEY_SPACE +

Specifies the Space key. INFO

Click to summarize M_KEY_SUBTRACT +

Specifies the Subtract key (-). INFO

Click to summarize M_KEY_TAB +

Specifies the Tab key. INFO

Click to summarize M_KEY_xxx +

Specifies the letter key xxx, where xxx can be a letter from A to Z. INFO

Click to summarize M_NONE +

Specifies that there are no keyboard keys for this action setting.

Click to summarize M_ACTION_KEY_ROLL_RIGHT +

Inquires 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. SET

(summarize)
Expand data type infoCollapse data type info UserVarPtr extra info
Data type info: Data type: address of a MIL_INT
Click to summarize M_KEY_ADD +

Specifies the Add key (+). INFO

Click to summarize M_KEY_ARROW_DOWN +

Specifies the Down Arrow key. INFO

Click to summarize M_KEY_ARROW_LEFT +

Specifies the Left Arrow key. INFO

Click to summarize M_KEY_ARROW_RIGHT +

Specifies the Right Arrow key. INFO

Click to summarize M_KEY_ARROW_RIGHT + M_KEY_ALT

Specifies the Right Arrow key with the Alt key.

This is the default value.

(summarize)
Click to summarize M_KEY_ARROW_UP +

Specifies the Up Arrow key. INFO

Click to summarize M_KEY_BACK +

Specifies the Back key. INFO

Click to summarize M_KEY_CLEAR +

Specifies the Clear key. INFO

Click to summarize M_KEY_DECIMAL +

Specifies the Period key located on your number pad. INFO

Click to summarize M_KEY_DELETE +

Specifies the Delete key. INFO

Click to summarize M_KEY_DIVIDE +

Specifies the Divide key (/). INFO

Click to summarize M_KEY_END +

Specifies the End key. INFO

Click to summarize M_KEY_ESC +

Specifies the Esc key. INFO

Click to summarize M_KEY_EXECUTE +

Specifies the Execute key. INFO

Click to summarize M_KEY_Fn +

Specifies the n key, where n is a value from 1 to 24. INFO

Click to summarize M_KEY_HOME +

Specifies the Home key. INFO

Click to summarize M_KEY_INSERT +

Specifies the Insert key. INFO

Click to summarize M_KEY_MULTIPLY +

Specifies the Multiply key (*). INFO

Click to summarize M_KEY_n +

Specifies the n key, where n is a value from 0 to 9. INFO

Click to summarize M_KEY_NUM_LOCK +

Specifies the Num Lock key. INFO

Click to summarize M_KEY_NUMPADn +

Specifies the n key, where n is a value from 0 to 9. INFO

Click to summarize M_KEY_PAGEDOWN +

Specifies the Pagedown key. INFO

Click to summarize M_KEY_PAGEUP +

Specifies the Pageup key. INFO

Click to summarize M_KEY_PAUSE +

Specifies the Pause key. INFO

Click to summarize M_KEY_RETURN +

Specifies the Return key (Enter). INFO

Click to summarize M_KEY_SCROLL_LOCK +

Specifies the Scroll Lock key. INFO

Click to summarize M_KEY_SEPARATOR +

Specifies the Separator key. INFO

Click to summarize M_KEY_SPACE +

Specifies the Space key. INFO

Click to summarize M_KEY_SUBTRACT +

Specifies the Subtract key (-). INFO

Click to summarize M_KEY_TAB +

Specifies the Tab key. INFO

Click to summarize M_KEY_xxx +

Specifies the letter key xxx, where xxx can be a letter from A to Z. INFO

Click to summarize M_NONE +

Specifies that there are no keyboard keys for this action setting.

Click to summarize M_ACTION_KEY_TRANSLATE_BACKWARD +

Inquires 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. SET

(summarize)
Expand data type infoCollapse data type info UserVarPtr extra info
Data type info: Data type: address of a MIL_INT
Click to summarize M_KEY_ADD +

Specifies the Add key (+). INFO

Click to summarize M_KEY_ARROW_DOWN +

Specifies the Down Arrow key. INFO

Click to summarize M_KEY_ARROW_DOWN + M_KEY_ALT

Specifies the Down Arrow key with the Alt key.

This is the default value.

(summarize)
Click to summarize M_KEY_ARROW_LEFT +

Specifies the Left Arrow key. INFO

Click to summarize M_KEY_ARROW_RIGHT +

Specifies the Right Arrow key. INFO

Click to summarize M_KEY_ARROW_UP +

Specifies the Up Arrow key. INFO

Click to summarize M_KEY_BACK +

Specifies the Back key. INFO

Click to summarize M_KEY_CLEAR +

Specifies the Clear key. INFO

Click to summarize M_KEY_DECIMAL +

Specifies the Period key located on your number pad. INFO

Click to summarize M_KEY_DELETE +

Specifies the Delete key. INFO

Click to summarize M_KEY_DIVIDE +

Specifies the Divide key (/). INFO

Click to summarize M_KEY_END +

Specifies the End key. INFO

Click to summarize M_KEY_ESC +

Specifies the Esc key. INFO

Click to summarize M_KEY_EXECUTE +

Specifies the Execute key. INFO

Click to summarize M_KEY_Fn +

Specifies the n key, where n is a value from 1 to 24. INFO

Click to summarize M_KEY_HOME +

Specifies the Home key. INFO

Click to summarize M_KEY_INSERT +

Specifies the Insert key. INFO

Click to summarize M_KEY_MULTIPLY +

Specifies the Multiply key (*). INFO

Click to summarize M_KEY_n +

Specifies the n key, where n is a value from 0 to 9. INFO

Click to summarize M_KEY_NUM_LOCK +

Specifies the Num Lock key. INFO

Click to summarize M_KEY_NUMPADn +

Specifies the n key, where n is a value from 0 to 9. INFO

Click to summarize M_KEY_PAGEDOWN +

Specifies the Pagedown key. INFO

Click to summarize M_KEY_PAGEUP +

Specifies the Pageup key. INFO

Click to summarize M_KEY_PAUSE +

Specifies the Pause key. INFO

Click to summarize M_KEY_RETURN +

Specifies the Return key (Enter). INFO

Click to summarize M_KEY_SCROLL_LOCK +

Specifies the Scroll Lock key. INFO

Click to summarize M_KEY_SEPARATOR +

Specifies the Separator key. INFO

Click to summarize M_KEY_SPACE +

Specifies the Space key. INFO

Click to summarize M_KEY_SUBTRACT +

Specifies the Subtract key (-). INFO

Click to summarize M_KEY_TAB +

Specifies the Tab key. INFO

Click to summarize M_KEY_xxx +

Specifies the letter key xxx, where xxx can be a letter from A to Z. INFO

Click to summarize M_NONE +

Specifies that there are no keyboard keys for this action setting.

Click to summarize M_ACTION_KEY_TRANSLATE_DOWN +

Inquires 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. SET

(summarize)
Expand data type infoCollapse data type info UserVarPtr extra info
Data type info: Data type: address of a MIL_INT
Click to summarize M_KEY_ADD +

Specifies the Add key (+). INFO

Click to summarize M_KEY_ARROW_DOWN +

Specifies the Down Arrow key. INFO

Click to summarize M_KEY_ARROW_DOWN + M_KEY_SHIFT

Specifies the Down Arrow key with the Shift key.

This is the default value.

(summarize)
Click to summarize M_KEY_ARROW_LEFT +

Specifies the Left Arrow key. INFO

Click to summarize M_KEY_ARROW_RIGHT +

Specifies the Right Arrow key. INFO

Click to summarize M_KEY_ARROW_UP +

Specifies the Up Arrow key. INFO

Click to summarize M_KEY_BACK +

Specifies the Back key. INFO

Click to summarize M_KEY_CLEAR +

Specifies the Clear key. INFO

Click to summarize M_KEY_DECIMAL +

Specifies the Period key located on your number pad. INFO

Click to summarize M_KEY_DELETE +

Specifies the Delete key. INFO

Click to summarize M_KEY_DIVIDE +

Specifies the Divide key (/). INFO

Click to summarize M_KEY_END +

Specifies the End key. INFO

Click to summarize M_KEY_ESC +

Specifies the Esc key. INFO

Click to summarize M_KEY_EXECUTE +

Specifies the Execute key. INFO

Click to summarize M_KEY_Fn +

Specifies the n key, where n is a value from 1 to 24. INFO

Click to summarize M_KEY_HOME +

Specifies the Home key. INFO

Click to summarize M_KEY_INSERT +

Specifies the Insert key. INFO

Click to summarize M_KEY_MULTIPLY +

Specifies the Multiply key (*). INFO

Click to summarize M_KEY_n +

Specifies the n key, where n is a value from 0 to 9. INFO

Click to summarize M_KEY_NUM_LOCK +

Specifies the Num Lock key. INFO

Click to summarize M_KEY_NUMPADn +

Specifies the n key, where n is a value from 0 to 9. INFO

Click to summarize M_KEY_PAGEDOWN +

Specifies the Pagedown key. INFO

Click to summarize M_KEY_PAGEUP +

Specifies the Pageup key. INFO

Click to summarize M_KEY_PAUSE +

Specifies the Pause key. INFO

Click to summarize M_KEY_RETURN +

Specifies the Return key (Enter). INFO

Click to summarize M_KEY_SCROLL_LOCK +

Specifies the Scroll Lock key. INFO

Click to summarize M_KEY_SEPARATOR +

Specifies the Separator key. INFO

Click to summarize M_KEY_SPACE +

Specifies the Space key. INFO

Click to summarize M_KEY_SUBTRACT +

Specifies the Subtract key (-). INFO

Click to summarize M_KEY_TAB +

Specifies the Tab key. INFO

Click to summarize M_KEY_xxx +

Specifies the letter key xxx, where xxx can be a letter from A to Z. INFO

Click to summarize M_NONE +

Specifies that there are no keyboard keys for this action setting.

Click to summarize M_ACTION_KEY_TRANSLATE_FORWARD +

Inquires 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. SET

(summarize)
Expand data type infoCollapse data type info UserVarPtr extra info
Data type info: Data type: address of a MIL_INT
Click to summarize M_KEY_ADD +

Specifies the Add key (+). INFO

Click to summarize M_KEY_ARROW_DOWN +

Specifies the Down Arrow key. INFO

Click to summarize M_KEY_ARROW_LEFT +

Specifies the Left Arrow key. INFO

Click to summarize M_KEY_ARROW_RIGHT +

Specifies the Right Arrow key. INFO

Click to summarize M_KEY_ARROW_UP +

Specifies the Up Arrow key. INFO

Click to summarize M_KEY_ARROW_UP + M_KEY_ALT

Specifies the Up Arrow key with the Alt key.

This is the default value.

(summarize)
Click to summarize M_KEY_BACK +

Specifies the Back key. INFO

Click to summarize M_KEY_CLEAR +

Specifies the Clear key. INFO

Click to summarize M_KEY_DECIMAL +

Specifies the Period key located on your number pad. INFO

Click to summarize M_KEY_DELETE +

Specifies the Delete key. INFO

Click to summarize M_KEY_DIVIDE +

Specifies the Divide key (/). INFO

Click to summarize M_KEY_END +

Specifies the End key. INFO

Click to summarize M_KEY_ESC +

Specifies the Esc key. INFO

Click to summarize M_KEY_EXECUTE +

Specifies the Execute key. INFO

Click to summarize M_KEY_Fn +

Specifies the n key, where n is a value from 1 to 24. INFO

Click to summarize M_KEY_HOME +

Specifies the Home key. INFO

Click to summarize M_KEY_INSERT +

Specifies the Insert key. INFO

Click to summarize M_KEY_MULTIPLY +

Specifies the Multiply key (*). INFO

Click to summarize M_KEY_n +

Specifies the n key, where n is a value from 0 to 9. INFO

Click to summarize M_KEY_NUM_LOCK +

Specifies the Num Lock key. INFO

Click to summarize M_KEY_NUMPADn +

Specifies the n key, where n is a value from 0 to 9. INFO

Click to summarize M_KEY_PAGEDOWN +

Specifies the Pagedown key. INFO

Click to summarize M_KEY_PAGEUP +

Specifies the Pageup key. INFO

Click to summarize M_KEY_PAUSE +

Specifies the Pause key. INFO

Click to summarize M_KEY_RETURN +

Specifies the Return key (Enter). INFO

Click to summarize M_KEY_SCROLL_LOCK +

Specifies the Scroll Lock key. INFO

Click to summarize M_KEY_SEPARATOR +

Specifies the Separator key. INFO

Click to summarize M_KEY_SPACE +

Specifies the Space key. INFO

Click to summarize M_KEY_SUBTRACT +

Specifies the Subtract key (-). INFO

Click to summarize M_KEY_TAB +

Specifies the Tab key. INFO

Click to summarize M_KEY_xxx +

Specifies the letter key xxx, where xxx can be a letter from A to Z. INFO

Click to summarize M_NONE +

Specifies that there are no keyboard keys for this action setting.

Click to summarize M_ACTION_KEY_TRANSLATE_LEFT +

Inquires 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. SET

(summarize)
Expand data type infoCollapse data type info UserVarPtr extra info
Data type info: Data type: address of a MIL_INT
Click to summarize M_KEY_ADD +

Specifies the Add key (+). INFO

Click to summarize M_KEY_ARROW_DOWN +

Specifies the Down Arrow key. INFO

Click to summarize M_KEY_ARROW_LEFT +

Specifies the Left Arrow key. INFO

Click to summarize M_KEY_ARROW_LEFT + M_KEY_SHIFT

Specifies the Left Arrow key with the Shift key.

This is the default value.

(summarize)
Click to summarize M_KEY_ARROW_RIGHT +

Specifies the Right Arrow key. INFO

Click to summarize M_KEY_ARROW_UP +

Specifies the Up Arrow key. INFO

Click to summarize M_KEY_BACK +

Specifies the Back key. INFO

Click to summarize M_KEY_CLEAR +

Specifies the Clear key. INFO

Click to summarize M_KEY_DECIMAL +

Specifies the Period key located on your number pad. INFO

Click to summarize M_KEY_DELETE +

Specifies the Delete key. INFO

Click to summarize M_KEY_DIVIDE +

Specifies the Divide key (/). INFO

Click to summarize M_KEY_END +

Specifies the End key. INFO

Click to summarize M_KEY_ESC +

Specifies the Esc key. INFO

Click to summarize M_KEY_EXECUTE +

Specifies the Execute key. INFO

Click to summarize M_KEY_Fn +

Specifies the n key, where n is a value from 1 to 24. INFO

Click to summarize M_KEY_HOME +

Specifies the Home key. INFO

Click to summarize M_KEY_INSERT +

Specifies the Insert key. INFO

Click to summarize M_KEY_MULTIPLY +

Specifies the Multiply key (*). INFO

Click to summarize M_KEY_n +

Specifies the n key, where n is a value from 0 to 9. INFO

Click to summarize M_KEY_NUM_LOCK +

Specifies the Num Lock key. INFO

Click to summarize M_KEY_NUMPADn +

Specifies the n key, where n is a value from 0 to 9. INFO

Click to summarize M_KEY_PAGEDOWN +

Specifies the Pagedown key. INFO

Click to summarize M_KEY_PAGEUP +

Specifies the Pageup key. INFO

Click to summarize M_KEY_PAUSE +

Specifies the Pause key. INFO

Click to summarize M_KEY_RETURN +

Specifies the Return key (Enter). INFO

Click to summarize M_KEY_SCROLL_LOCK +

Specifies the Scroll Lock key. INFO

Click to summarize M_KEY_SEPARATOR +

Specifies the Separator key. INFO

Click to summarize M_KEY_SPACE +

Specifies the Space key. INFO

Click to summarize M_KEY_SUBTRACT +

Specifies the Subtract key (-). INFO

Click to summarize M_KEY_TAB +

Specifies the Tab key. INFO

Click to summarize M_KEY_xxx +

Specifies the letter key xxx, where xxx can be a letter from A to Z. INFO

Click to summarize M_NONE +

Specifies that there are no keyboard keys for this action setting.

Click to summarize M_ACTION_KEY_TRANSLATE_RIGHT +

Inquires 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. SET

(summarize)
Expand data type infoCollapse data type info UserVarPtr extra info
Data type info: Data type: address of a MIL_INT
Click to summarize M_KEY_ADD +

Specifies the Add key (+). INFO

Click to summarize M_KEY_ARROW_DOWN +

Specifies the Down Arrow key. INFO

Click to summarize M_KEY_ARROW_LEFT +

Specifies the Left Arrow key. INFO

Click to summarize M_KEY_ARROW_RIGHT +

Specifies the Right Arrow key. INFO

Click to summarize M_KEY_ARROW_RIGHT + M_KEY_SHIFT

Specifies the Right Arrow key with the Shift key.

This is the default value.

(summarize)
Click to summarize M_KEY_ARROW_UP +

Specifies the Up Arrow key. INFO

Click to summarize M_KEY_BACK +

Specifies the Back key. INFO

Click to summarize M_KEY_CLEAR +

Specifies the Clear key. INFO

Click to summarize M_KEY_DECIMAL +

Specifies the Period key located on your number pad. INFO

Click to summarize M_KEY_DELETE +

Specifies the Delete key. INFO

Click to summarize M_KEY_DIVIDE +

Specifies the Divide key (/). INFO

Click to summarize M_KEY_END +

Specifies the End key. INFO

Click to summarize M_KEY_ESC +

Specifies the Esc key. INFO

Click to summarize M_KEY_EXECUTE +

Specifies the Execute key. INFO

Click to summarize M_KEY_Fn +

Specifies the n key, where n is a value from 1 to 24. INFO

Click to summarize M_KEY_HOME +

Specifies the Home key. INFO

Click to summarize M_KEY_INSERT +

Specifies the Insert key. INFO

Click to summarize M_KEY_MULTIPLY +

Specifies the Multiply key (*). INFO

Click to summarize M_KEY_n +

Specifies the n key, where n is a value from 0 to 9. INFO

Click to summarize M_KEY_NUM_LOCK +

Specifies the Num Lock key. INFO

Click to summarize M_KEY_NUMPADn +

Specifies the n key, where n is a value from 0 to 9. INFO

Click to summarize M_KEY_PAGEDOWN +

Specifies the Pagedown key. INFO

Click to summarize M_KEY_PAGEUP +

Specifies the Pageup key. INFO

Click to summarize M_KEY_PAUSE +

Specifies the Pause key. INFO

Click to summarize M_KEY_RETURN +

Specifies the Return key (Enter). INFO

Click to summarize M_KEY_SCROLL_LOCK +

Specifies the Scroll Lock key. INFO

Click to summarize M_KEY_SEPARATOR +

Specifies the Separator key. INFO

Click to summarize M_KEY_SPACE +

Specifies the Space key. INFO

Click to summarize M_KEY_SUBTRACT +

Specifies the Subtract key (-). INFO

Click to summarize M_KEY_TAB +

Specifies the Tab key. INFO

Click to summarize M_KEY_xxx +

Specifies the letter key xxx, where xxx can be a letter from A to Z. INFO

Click to summarize M_NONE +

Specifies that there are no keyboard keys for this action setting.

Click to summarize M_ACTION_KEY_TRANSLATE_UP +

Inquires 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. SET

(summarize)
Expand data type infoCollapse data type info UserVarPtr extra info
Data type info: Data type: address of a MIL_INT
Click to summarize M_KEY_ADD +

Specifies the Add key (+). INFO

Click to summarize M_KEY_ARROW_DOWN +

Specifies the Down Arrow key. INFO

Click to summarize M_KEY_ARROW_LEFT +

Specifies the Left Arrow key. INFO

Click to summarize M_KEY_ARROW_RIGHT +

Specifies the Right Arrow key. INFO

Click to summarize M_KEY_ARROW_UP +

Specifies the Up Arrow key. INFO

Click to summarize M_KEY_ARROW_UP + M_KEY_SHIFT

Specifies the Up Arrow key with the Shift key.

This is the default value.

(summarize)
Click to summarize M_KEY_BACK +

Specifies the Back key. INFO

Click to summarize M_KEY_CLEAR +

Specifies the Clear key. INFO

Click to summarize M_KEY_DECIMAL +

Specifies the Period key located on your number pad. INFO

Click to summarize M_KEY_DELETE +

Specifies the Delete key. INFO

Click to summarize M_KEY_DIVIDE +

Specifies the Divide key (/). INFO

Click to summarize M_KEY_END +

Specifies the End key. INFO

Click to summarize M_KEY_ESC +

Specifies the Esc key. INFO

Click to summarize M_KEY_EXECUTE +

Specifies the Execute key. INFO

Click to summarize M_KEY_Fn +

Specifies the n key, where n is a value from 1 to 24. INFO

Click to summarize M_KEY_HOME +

Specifies the Home key. INFO

Click to summarize M_KEY_INSERT +

Specifies the Insert key. INFO

Click to summarize M_KEY_MULTIPLY +

Specifies the Multiply key (*). INFO

Click to summarize M_KEY_n +

Specifies the n key, where n is a value from 0 to 9. INFO

Click to summarize M_KEY_NUM_LOCK +

Specifies the Num Lock key. INFO

Click to summarize M_KEY_NUMPADn +

Specifies the n key, where n is a value from 0 to 9. INFO

Click to summarize M_KEY_PAGEDOWN +

Specifies the Pagedown key. INFO

Click to summarize M_KEY_PAGEUP +

Specifies the Pageup key. INFO

Click to summarize M_KEY_PAUSE +

Specifies the Pause key. INFO

Click to summarize M_KEY_RETURN +

Specifies the Return key (Enter). INFO

Click to summarize M_KEY_SCROLL_LOCK +

Specifies the Scroll Lock key. INFO

Click to summarize M_KEY_SEPARATOR +

Specifies the Separator key. INFO

Click to summarize M_KEY_SPACE +

Specifies the Space key. INFO

Click to summarize M_KEY_SUBTRACT +

Specifies the Subtract key (-). INFO

Click to summarize M_KEY_TAB +

Specifies the Tab key. INFO

Click to summarize M_KEY_xxx +

Specifies the letter key xxx, where xxx can be a letter from A to Z. INFO

Click to summarize M_NONE +

Specifies that there are no keyboard keys for this action setting.

Click to summarize M_ACTION_KEY_TURN_DOWN +

Inquires 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 with a positive value. SET

(summarize)
Expand data type infoCollapse data type info UserVarPtr extra info
Data type info: Data type: address of a MIL_INT
Click to summarize M_KEY_ADD +

Specifies the Add key (+). INFO

Click to summarize M_KEY_ARROW_DOWN +

Specifies the Down Arrow key. INFO

Click to summarize M_KEY_ARROW_DOWN + M_KEY_SHIFT + M_KEY_ALT

Specifies the Down Arrow key with the Shift key and Alt key.

This is the default value.

(summarize)
Click to summarize M_KEY_ARROW_LEFT +

Specifies the Left Arrow key. INFO

Click to summarize M_KEY_ARROW_RIGHT +

Specifies the Right Arrow key. INFO

Click to summarize M_KEY_ARROW_UP +

Specifies the Up Arrow key. INFO

Click to summarize M_KEY_BACK +

Specifies the Back key. INFO

Click to summarize M_KEY_CLEAR +

Specifies the Clear key. INFO

Click to summarize M_KEY_DECIMAL +

Specifies the Period key located on your number pad. INFO

Click to summarize M_KEY_DELETE +

Specifies the Delete key. INFO

Click to summarize M_KEY_DIVIDE +

Specifies the Divide key (/). INFO

Click to summarize M_KEY_END +

Specifies the End key. INFO

Click to summarize M_KEY_ESC +

Specifies the Esc key. INFO

Click to summarize M_KEY_EXECUTE +

Specifies the Execute key. INFO

Click to summarize M_KEY_Fn +

Specifies the n key, where n is a value from 1 to 24. INFO

Click to summarize M_KEY_HOME +

Specifies the Home key. INFO

Click to summarize M_KEY_INSERT +

Specifies the Insert key. INFO

Click to summarize M_KEY_MULTIPLY +

Specifies the Multiply key (*). INFO

Click to summarize M_KEY_n +

Specifies the n key, where n is a value from 0 to 9. INFO

Click to summarize M_KEY_NUM_LOCK +

Specifies the Num Lock key. INFO

Click to summarize M_KEY_NUMPADn +

Specifies the n key, where n is a value from 0 to 9. INFO

Click to summarize M_KEY_PAGEDOWN +

Specifies the Pagedown key. INFO

Click to summarize M_KEY_PAGEUP +

Specifies the Pageup key. INFO

Click to summarize M_KEY_PAUSE +

Specifies the Pause key. INFO

Click to summarize M_KEY_RETURN +

Specifies the Return key (Enter). INFO

Click to summarize M_KEY_SCROLL_LOCK +

Specifies the Scroll Lock key. INFO

Click to summarize M_KEY_SEPARATOR +

Specifies the Separator key. INFO

Click to summarize M_KEY_SPACE +

Specifies the Space key. INFO

Click to summarize M_KEY_SUBTRACT +

Specifies the Subtract key (-). INFO

Click to summarize M_KEY_TAB +

Specifies the Tab key. INFO

Click to summarize M_KEY_xxx +

Specifies the letter key xxx, where xxx can be a letter from A to Z. INFO

Click to summarize M_NONE +

Specifies that there are no keyboard keys for this action setting.

Click to summarize M_ACTION_KEY_TURN_LEFT +

Inquires 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 with a positive value. SET

(summarize)
Expand data type infoCollapse data type info UserVarPtr extra info
Data type info: Data type: address of a MIL_INT
Click to summarize M_KEY_ADD +

Specifies the Add key (+). INFO

Click to summarize M_KEY_ARROW_DOWN +

Specifies the Down Arrow key. INFO

Click to summarize M_KEY_ARROW_LEFT +

Specifies the Left Arrow key. INFO

Click to summarize M_KEY_ARROW_LEFT + M_KEY_SHIFT + M_KEY_ALT

Specifies the Left Arrow key with the Shift key and Alt key.

This is the default value.

(summarize)
Click to summarize M_KEY_ARROW_RIGHT +

Specifies the Right Arrow key. INFO

Click to summarize M_KEY_ARROW_UP +

Specifies the Up Arrow key. INFO

Click to summarize M_KEY_BACK +

Specifies the Back key. INFO

Click to summarize M_KEY_CLEAR +

Specifies the Clear key. INFO

Click to summarize M_KEY_DECIMAL +

Specifies the Period key located on your number pad. INFO

Click to summarize M_KEY_DELETE +

Specifies the Delete key. INFO

Click to summarize M_KEY_DIVIDE +

Specifies the Divide key (/). INFO

Click to summarize M_KEY_END +

Specifies the End key. INFO

Click to summarize M_KEY_ESC +

Specifies the Esc key. INFO

Click to summarize M_KEY_EXECUTE +

Specifies the Execute key. INFO

Click to summarize M_KEY_Fn +

Specifies the n key, where n is a value from 1 to 24. INFO

Click to summarize M_KEY_HOME +

Specifies the Home key. INFO

Click to summarize M_KEY_INSERT +

Specifies the Insert key. INFO

Click to summarize M_KEY_MULTIPLY +

Specifies the Multiply key (*). INFO

Click to summarize M_KEY_n +

Specifies the n key, where n is a value from 0 to 9. INFO

Click to summarize M_KEY_NUM_LOCK +

Specifies the Num Lock key. INFO

Click to summarize M_KEY_NUMPADn +

Specifies the n key, where n is a value from 0 to 9. INFO

Click to summarize M_KEY_PAGEDOWN +

Specifies the Pagedown key. INFO

Click to summarize M_KEY_PAGEUP +

Specifies the Pageup key. INFO

Click to summarize M_KEY_PAUSE +

Specifies the Pause key. INFO

Click to summarize M_KEY_RETURN +

Specifies the Return key (Enter). INFO

Click to summarize M_KEY_SCROLL_LOCK +

Specifies the Scroll Lock key. INFO

Click to summarize M_KEY_SEPARATOR +

Specifies the Separator key. INFO

Click to summarize M_KEY_SPACE +

Specifies the Space key. INFO

Click to summarize M_KEY_SUBTRACT +

Specifies the Subtract key (-). INFO

Click to summarize M_KEY_TAB +

Specifies the Tab key. INFO

Click to summarize M_KEY_xxx +

Specifies the letter key xxx, where xxx can be a letter from A to Z. INFO

Click to summarize M_NONE +

Specifies that there are no keyboard keys for this action setting.

Click to summarize M_ACTION_KEY_TURN_RIGHT +

Inquires 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 with a negative value. SET

(summarize)
Expand data type infoCollapse data type info UserVarPtr extra info
Data type info: Data type: address of a MIL_INT
Click to summarize M_KEY_ADD +

Specifies the Add key (+). INFO

Click to summarize M_KEY_ARROW_DOWN +

Specifies the Down Arrow key. INFO

Click to summarize M_KEY_ARROW_LEFT +

Specifies the Left Arrow key. INFO

Click to summarize M_KEY_ARROW_RIGHT +

Specifies the Right Arrow key. INFO

Click to summarize M_KEY_ARROW_RIGHT + M_KEY_SHIFT + M_KEY_ALT

Specifies the Right Arrow key with the Shift key and Alt key.

This is the default value.

(summarize)
Click to summarize M_KEY_ARROW_UP +

Specifies the Up Arrow key. INFO

Click to summarize M_KEY_BACK +

Specifies the Back key. INFO

Click to summarize M_KEY_CLEAR +

Specifies the Clear key. INFO

Click to summarize M_KEY_DECIMAL +

Specifies the Period key located on your number pad. INFO

Click to summarize M_KEY_DELETE +

Specifies the Delete key. INFO

Click to summarize M_KEY_DIVIDE +

Specifies the Divide key (/). INFO

Click to summarize M_KEY_END +

Specifies the End key. INFO

Click to summarize M_KEY_ESC +

Specifies the Esc key. INFO

Click to summarize M_KEY_EXECUTE +

Specifies the Execute key. INFO

Click to summarize M_KEY_Fn +

Specifies the n key, where n is a value from 1 to 24. INFO

Click to summarize M_KEY_HOME +

Specifies the Home key. INFO

Click to summarize M_KEY_INSERT +

Specifies the Insert key. INFO

Click to summarize M_KEY_MULTIPLY +

Specifies the Multiply key (*). INFO

Click to summarize M_KEY_n +

Specifies the n key, where n is a value from 0 to 9. INFO

Click to summarize M_KEY_NUM_LOCK +

Specifies the Num Lock key. INFO

Click to summarize M_KEY_NUMPADn +

Specifies the n key, where n is a value from 0 to 9. INFO

Click to summarize M_KEY_PAGEDOWN +

Specifies the Pagedown key. INFO

Click to summarize M_KEY_PAGEUP +

Specifies the Pageup key. INFO

Click to summarize M_KEY_PAUSE +

Specifies the Pause key. INFO

Click to summarize M_KEY_RETURN +

Specifies the Return key (Enter). INFO

Click to summarize M_KEY_SCROLL_LOCK +

Specifies the Scroll Lock key. INFO

Click to summarize M_KEY_SEPARATOR +

Specifies the Separator key. INFO

Click to summarize M_KEY_SPACE +

Specifies the Space key. INFO

Click to summarize M_KEY_SUBTRACT +

Specifies the Subtract key (-). INFO

Click to summarize M_KEY_TAB +

Specifies the Tab key. INFO

Click to summarize M_KEY_xxx +

Specifies the letter key xxx, where xxx can be a letter from A to Z. INFO

Click to summarize M_NONE +

Specifies that there are no keyboard keys for this action setting.

Click to summarize M_ACTION_KEY_TURN_UP +

Inquires 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 with a negative value. SET

(summarize)
Expand data type infoCollapse data type info UserVarPtr extra info
Data type info: Data type: address of a MIL_INT
Click to summarize M_KEY_ADD +

Specifies the Add key (+). INFO

Click to summarize M_KEY_ARROW_DOWN +

Specifies the Down Arrow key. INFO

Click to summarize M_KEY_ARROW_LEFT +

Specifies the Left Arrow key. INFO

Click to summarize M_KEY_ARROW_RIGHT +

Specifies the Right Arrow key. INFO

Click to summarize M_KEY_ARROW_UP +

Specifies the Up Arrow key. INFO

Click to summarize M_KEY_ARROW_UP + M_KEY_SHIFT + M_KEY_ALT

Specifies the Up Arrow key with the Shift key and Alt key.

This is the default value.

(summarize)
Click to summarize M_KEY_BACK +

Specifies the Back key. INFO

Click to summarize M_KEY_CLEAR +

Specifies the Clear key. INFO

Click to summarize M_KEY_DECIMAL +

Specifies the Period key located on your number pad. INFO

Click to summarize M_KEY_DELETE +

Specifies the Delete key. INFO

Click to summarize M_KEY_DIVIDE +

Specifies the Divide key (/). INFO

Click to summarize M_KEY_END +

Specifies the End key. INFO

Click to summarize M_KEY_ESC +

Specifies the Esc key. INFO

Click to summarize M_KEY_EXECUTE +

Specifies the Execute key. INFO

Click to summarize M_KEY_Fn +

Specifies the n key, where n is a value from 1 to 24. INFO

Click to summarize M_KEY_HOME +

Specifies the Home key. INFO

Click to summarize M_KEY_INSERT +

Specifies the Insert key. INFO

Click to summarize M_KEY_MULTIPLY +

Specifies the Multiply key (*). INFO

Click to summarize M_KEY_n +

Specifies the n key, where n is a value from 0 to 9. INFO

Click to summarize M_KEY_NUM_LOCK +

Specifies the Num Lock key. INFO

Click to summarize M_KEY_NUMPADn +

Specifies the n key, where n is a value from 0 to 9. INFO

Click to summarize M_KEY_PAGEDOWN +

Specifies the Pagedown key. INFO

Click to summarize M_KEY_PAGEUP +

Specifies the Pageup key. INFO

Click to summarize M_KEY_PAUSE +

Specifies the Pause key. INFO

Click to summarize M_KEY_RETURN +

Specifies the Return key (Enter). INFO

Click to summarize M_KEY_SCROLL_LOCK +

Specifies the Scroll Lock key. INFO

Click to summarize M_KEY_SEPARATOR +

Specifies the Separator key. INFO

Click to summarize M_KEY_SPACE +

Specifies the Space key. INFO

Click to summarize M_KEY_SUBTRACT +

Specifies the Subtract key (-). INFO

Click to summarize M_KEY_TAB +

Specifies the Tab key. INFO

Click to summarize M_KEY_xxx +

Specifies the letter key xxx, where xxx can be a letter from A to Z. INFO

Click to summarize M_NONE +

Specifies that there are no keyboard keys for this action setting.

Click to summarize M_ACTION_KEY_ZOOM_IN +

Inquires 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. SET

(summarize)
Expand data type infoCollapse data type info UserVarPtr extra info
Data type info: Data type: address of a MIL_INT
Click to summarize M_KEY_ADD +

Specifies the Add key.

This is the default value.

(summarize)
Click to summarize M_KEY_ARROW_DOWN +

Specifies the Down Arrow key. INFO

Click to summarize M_KEY_ARROW_LEFT +

Specifies the Left Arrow key. INFO

Click to summarize M_KEY_ARROW_RIGHT +

Specifies the Right Arrow key. INFO

Click to summarize M_KEY_ARROW_UP +

Specifies the Up Arrow key. INFO

Click to summarize M_KEY_BACK +

Specifies the Back key. INFO

Click to summarize M_KEY_CLEAR +

Specifies the Clear key. INFO

Click to summarize M_KEY_DECIMAL +

Specifies the Period key located on your number pad. INFO

Click to summarize M_KEY_DELETE +

Specifies the Delete key. INFO

Click to summarize M_KEY_DIVIDE +

Specifies the Divide key (/). INFO

Click to summarize M_KEY_END +

Specifies the End key. INFO

Click to summarize M_KEY_ESC +

Specifies the Esc key. INFO

Click to summarize M_KEY_EXECUTE +

Specifies the Execute key. INFO

Click to summarize M_KEY_Fn +

Specifies the n key, where n is a value from 1 to 24. INFO

Click to summarize M_KEY_HOME +

Specifies the Home key. INFO

Click to summarize M_KEY_INSERT +

Specifies the Insert key. INFO

Click to summarize M_KEY_MULTIPLY +

Specifies the Multiply key (*). INFO

Click to summarize M_KEY_n +

Specifies the n key, where n is a value from 0 to 9. INFO

Click to summarize M_KEY_NUM_LOCK +

Specifies the Num Lock key. INFO

Click to summarize M_KEY_NUMPADn +

Specifies the n key, where n is a value from 0 to 9. INFO

Click to summarize M_KEY_PAGEDOWN +

Specifies the Pagedown key. INFO

Click to summarize M_KEY_PAGEUP +

Specifies the Pageup key. INFO

Click to summarize M_KEY_PAUSE +

Specifies the Pause key. INFO

Click to summarize M_KEY_RETURN +

Specifies the Return key (Enter). INFO

Click to summarize M_KEY_SCROLL_LOCK +

Specifies the Scroll Lock key. INFO

Click to summarize M_KEY_SEPARATOR +

Specifies the Separator key. INFO

Click to summarize M_KEY_SPACE +

Specifies the Space key. INFO

Click to summarize M_KEY_SUBTRACT +

Specifies the Subtract key (-). INFO

Click to summarize M_KEY_TAB +

Specifies the Tab key. INFO

Click to summarize M_KEY_xxx +

Specifies the letter key xxx, where xxx can be a letter from A to Z. INFO

Click to summarize M_NONE +

Specifies that there are no keyboard keys for this action setting.

Click to summarize M_ACTION_KEY_ZOOM_OUT +

Inquires 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. SET

(summarize)
Expand data type infoCollapse data type info UserVarPtr extra info
Data type info: Data type: address of a MIL_INT
Click to summarize M_KEY_ADD +

Specifies the Add key (+). INFO

Click to summarize M_KEY_ARROW_DOWN +

Specifies the Down Arrow key. INFO

Click to summarize M_KEY_ARROW_LEFT +

Specifies the Left Arrow key. INFO

Click to summarize M_KEY_ARROW_RIGHT +

Specifies the Right Arrow key. INFO

Click to summarize M_KEY_ARROW_UP +

Specifies the Up Arrow key. INFO

Click to summarize M_KEY_BACK +

Specifies the Back key. INFO

Click to summarize M_KEY_CLEAR +

Specifies the Clear key. INFO

Click to summarize M_KEY_DECIMAL +

Specifies the Period key located on your number pad. INFO

Click to summarize M_KEY_DELETE +

Specifies the Delete key. INFO

Click to summarize M_KEY_DIVIDE +

Specifies the Divide key (/). INFO

Click to summarize M_KEY_END +

Specifies the End key. INFO

Click to summarize M_KEY_ESC +

Specifies the Esc key. INFO

Click to summarize M_KEY_EXECUTE +

Specifies the Execute key. INFO

Click to summarize M_KEY_Fn +

Specifies the n key, where n is a value from 1 to 24. INFO

Click to summarize M_KEY_HOME +

Specifies the Home key. INFO

Click to summarize M_KEY_INSERT +

Specifies the Insert key. INFO

Click to summarize M_KEY_MULTIPLY +

Specifies the Multiply key (*). INFO

Click to summarize M_KEY_n +

Specifies the n key, where n is a value from 0 to 9. INFO

Click to summarize M_KEY_NUM_LOCK +

Specifies the Num Lock key. INFO

Click to summarize M_KEY_NUMPADn +

Specifies the n key, where n is a value from 0 to 9. INFO

Click to summarize M_KEY_PAGEDOWN +

Specifies the Pagedown key. INFO

Click to summarize M_KEY_PAGEUP +

Specifies the Pageup key. INFO

Click to summarize M_KEY_PAUSE +

Specifies the Pause key. INFO

Click to summarize M_KEY_RETURN +

Specifies the Return key (Enter). INFO

Click to summarize M_KEY_SCROLL_LOCK +

Specifies the Scroll Lock key. INFO

Click to summarize M_KEY_SEPARATOR +

Specifies the Separator key. INFO

Click to summarize M_KEY_SPACE +

Specifies the Space key. INFO

Click to summarize M_KEY_SUBTRACT +

Specifies the Subtract key.

This is the default value.

(summarize)
Click to summarize M_KEY_TAB +

Specifies the Tab key. INFO

Click to summarize M_KEY_xxx +

Specifies the letter key xxx, where xxx can be a letter from A to Z. INFO

Click to summarize M_NONE +

Specifies that there are no keyboard keys for this action setting.

Click to summarize M_ACTION_MODIFIER_SPEED +

Inquires the keyboard key that you can use to modify the movement speed for all actions when using other keyboard commands. SET

(summarize)
Expand data type infoCollapse data type info UserVarPtr extra info
Data type info: Data type: address of a MIL_INT
Click to summarize M_KEY_ALT +

Specifies the Alt key. INFO

Click to summarize M_KEY_CTRL +

Specifies the CTRL key.

This is the default value.

(summarize)
Click to summarize M_KEY_SHIFT +

Specifies the Shift key. INFO

Click to summarize M_NONE +

Specifies that there are no keyboard keys for this action setting.

Click to summarize M_ALTERNATE_SPEED_FACTOR +

Inquires by which factor the movement speed is multiplied when the key set using M_ACTION_MODIFIER_SPEED is held. SET

(summarize)
Expand data type infoCollapse data type info UserVarPtr extra info
Data type info: Data type: address of a MIL_INT
Click to summarize Value > 0.0

Specifies the factor by which to multiply the movement speed.

The default value is 3.0.

(summarize)
Click to summarize M_KEYBOARD_USE +

Inquires whether the user can interactively rotate, orbit, and scroll the view for the 3D display using the keyboard. SET

(summarize)
Expand data type infoCollapse data type info UserVarPtr extra info
Data type info: Data type: address of a MIL_INT
Click to summarize M_DISABLE

Specifies that using the keyboard to control the view is disabled.

Click to summarize M_ENABLE

Specifies that using the keyboard to control the view is enabled.

This is the default value.

(summarize)
Click to summarize M_MOUSE_USE +

Inquires whether the user can interactively rotate, orbit, and scroll the view for the 3D display using the mouse. SET

(summarize)
Expand data type infoCollapse data type info UserVarPtr extra info
Data type info: Data type: address of a MIL_INT
Click to summarize M_DISABLE

Specifies that using the mouse to control the view is not enabled.

Click to summarize M_ENABLE

Specifies that using the mouse to control the view is enabled.

This is the default value.

(summarize)
Combination value for the values of the InquireType parameter listed in For 3D displays; the values of the InquireType parameter listed in For Inquiring keyboard and mouse controls.

You can add the following value to the above-mentioned values to determine whether an inquire type is supported.

function map For inquiring whether an inquire type is supported
Click to summarizeInquireType Description
UserVarPtr
- Possible values returned
Click to summarize M_SUPPORTED

Inquires whether the specified inquire type is supported.

(summarize)
Expand data type infoCollapse data type info UserVarPtr extra info
Data type info: Data type: address of a MIL_DOUBLE
Click to summarize M_FALSE

Specifies that the inquire type is not supported.

Click to summarize M_TRUE

Specifies that the inquire type is supported.

You can add one of the following values to the above-mentioned values to get information about the default value of an inquire type, regardless of the current value of the inquire type.

function map For inquiring about the default value
Click to summarizeInquireType Description
UserVarPtr
- Possible values returned
Click to summarize M_DEFAULT

Inquires the default value of the specified inquire type.

(summarize)
Expand data type infoCollapse data type info UserVarPtr extra info
Data type info: Data type: defined elsewhere
Click to summarize M_IS_SET_TO_DEFAULT

Inquires whether the specified inquire type is set to its default value.

(summarize)
Expand data type infoCollapse data type info UserVarPtr extra info
Data type info: Data type: address of a MIL_INT
Click to summarize M_FALSE

Specifies that the inquire type is not set to its default value.

Click to summarize M_TRUE

Specifies that the inquire type is set to its default value.

Combination values for the values of the UserVarPtr parameter listed in For Inquiring keyboard and mouse controls (exceptions might exist).

One of the following values might be combined with the above-mentioned values to specify an additional keyboard key.

function map For specifying additional keyboard keys
Click to summarizeCombination value Description
Click to summarize M_KEY_ALT

Specifies the Alt key.

Click to summarize M_KEY_CTRL

Specifies the Ctrl key.

Click to summarize M_KEY_SHIFT

Specifies the Shift key.

Return value
The returned value is the requested information, cast to a MIL_INT64. If the requested information does not fit into a MIL_INT64, this function will return M_NULL or truncate the information.
Compilation information
Header Include mil.h.
Library Use mil.lib; mil3d.lib.
DLL Requires mil.dll; mil3d.dll.
3D GRAPHIC LIST ID AUTO ROTATE DISABLE ENABLE BACKGROUND COLOR COLOR BLACK COLOR BLUE COLOR BRIGHT GRAY COLOR CYAN COLOR DARK BLUE COLOR DARK CYAN COLOR DARK GREEN COLOR DARK MAGENTA COLOR DARK RED COLOR DARK YELLOW COLOR GRAY COLOR GREEN COLOR LIGHT BLUE COLOR LIGHT GRAY COLOR LIGHT GREEN COLOR LIGHT WHITE COLOR MAGENTA COLOR RED COLOR WHITE COLOR YELLOW BACKGROUND COLOR GRADIENT COLOR BLACK COLOR BLUE COLOR BRIGHT GRAY COLOR CYAN COLOR DARK BLUE COLOR DARK CYAN COLOR DARK GREEN COLOR DARK MAGENTA COLOR DARK RED COLOR DARK YELLOW COLOR GRAY COLOR GREEN COLOR LIGHT BLUE COLOR LIGHT GRAY COLOR LIGHT GREEN COLOR LIGHT WHITE COLOR MAGENTA COLOR RED COLOR WHITE COLOR YELLOW BACKGROUND IMAGE SIZE BAND BACKGROUND IMAGE SIZE X BACKGROUND IMAGE SIZE Y BACKGROUND MODE BACKGROUND IMAGE GRADIENT VERTICAL SINGLE COLOR FOV HORIZONTAL ANGLE FOV VERTICAL ANGLE ROTATION INDICATOR DISABLE ENABLE ENABLE ON MOUSE CLICK ROTATION SPEED SIZE X SIZE Y TITLE UPDATE DISABLE ENABLE WINDOW INITIAL POSITION X WINDOW INITIAL POSITION Y STRING SIZE ACTION KEY AUTO ROTATE KEY ADD KEY ARROW DOWN KEY ARROW LEFT KEY ARROW RIGHT KEY ARROW UP KEY BACK KEY CLEAR KEY DECIMAL KEY DELETE KEY DIVIDE KEY END KEY ESC KEY EXECUTE KEY Fn KEY HOME KEY INSERT KEY MULTIPLY KEY n KEY NUM LOCK KEY NUMPADn KEY PAGEDOWN KEY PAGEUP KEY PAUSE KEY R KEY RETURN KEY SCROLL LOCK KEY SEPARATOR KEY SPACE KEY SUBTRACT KEY TAB KEY xxx NONE ACTION KEY ORBIT DOWN KEY ADD KEY ARROW DOWN KEY ARROW LEFT KEY ARROW RIGHT KEY ARROW UP KEY BACK KEY CLEAR KEY DECIMAL KEY DELETE KEY DIVIDE KEY END KEY ESC KEY EXECUTE KEY Fn KEY HOME KEY INSERT KEY MULTIPLY KEY n KEY NUM LOCK KEY NUMPADn KEY PAGEDOWN KEY PAGEUP KEY PAUSE KEY RETURN KEY SCROLL LOCK KEY SEPARATOR KEY SPACE KEY SUBTRACT KEY TAB KEY xxx NONE ACTION KEY ORBIT LEFT KEY ADD KEY ARROW DOWN KEY ARROW LEFT KEY ARROW RIGHT KEY ARROW UP KEY BACK KEY CLEAR KEY DECIMAL KEY DELETE KEY DIVIDE KEY END KEY ESC KEY EXECUTE KEY Fn KEY HOME KEY INSERT KEY MULTIPLY KEY n KEY NUM LOCK KEY NUMPADn KEY PAGEDOWN KEY PAGEUP KEY PAUSE KEY RETURN KEY SCROLL LOCK KEY SEPARATOR KEY SPACE KEY SUBTRACT KEY TAB KEY xxx NONE ACTION KEY ORBIT RIGHT KEY ADD KEY ARROW DOWN KEY ARROW LEFT KEY ARROW RIGHT KEY ARROW UP KEY BACK KEY CLEAR KEY DECIMAL KEY DELETE KEY DIVIDE KEY END KEY ESC KEY EXECUTE KEY Fn KEY HOME KEY INSERT KEY MULTIPLY KEY n KEY NUM LOCK KEY NUMPADn KEY PAGEDOWN KEY PAGEUP KEY PAUSE KEY RETURN KEY SCROLL LOCK KEY SEPARATOR KEY SPACE KEY SUBTRACT KEY TAB KEY xxx NONE ACTION KEY ORBIT UP KEY ADD KEY ARROW DOWN KEY ARROW LEFT KEY ARROW RIGHT KEY ARROW UP KEY BACK KEY CLEAR KEY DECIMAL KEY DELETE KEY DIVIDE KEY END KEY ESC KEY EXECUTE KEY Fn KEY HOME KEY INSERT KEY MULTIPLY KEY n KEY NUM LOCK KEY NUMPADn KEY PAGEDOWN KEY PAGEUP KEY PAUSE KEY RETURN KEY SCROLL LOCK KEY SEPARATOR KEY SPACE KEY SUBTRACT KEY TAB KEY xxx NONE ACTION KEY ORIENTATION BOTTOM TILTED KEY 1 KEY ADD KEY ARROW DOWN KEY ARROW LEFT KEY ARROW RIGHT KEY ARROW UP KEY BACK KEY CLEAR KEY DECIMAL KEY DELETE KEY DIVIDE KEY END KEY ESC KEY EXECUTE KEY Fn KEY HOME KEY INSERT KEY MULTIPLY KEY n KEY NUM LOCK KEY NUMPADn KEY PAGEDOWN KEY PAGEUP KEY PAUSE KEY RETURN KEY SCROLL LOCK KEY SEPARATOR KEY SPACE KEY SUBTRACT KEY TAB KEY xxx NONE ACTION KEY ORIENTATION BOTTOM VIEW KEY 2 KEY ADD KEY ARROW DOWN KEY ARROW LEFT KEY ARROW RIGHT KEY ARROW UP KEY BACK KEY CLEAR KEY DECIMAL KEY DELETE KEY DIVIDE KEY END KEY ESC KEY EXECUTE KEY Fn KEY HOME KEY INSERT KEY MULTIPLY KEY n KEY NUM LOCK KEY NUMPADn KEY PAGEDOWN KEY PAGEUP KEY PAUSE KEY RETURN KEY SCROLL LOCK KEY SEPARATOR KEY SPACE KEY SUBTRACT KEY TAB KEY xxx NONE ACTION KEY ORIENTATION FRONT VIEW KEY 5 KEY ADD KEY ARROW DOWN KEY ARROW LEFT KEY ARROW RIGHT KEY ARROW UP KEY BACK KEY CLEAR KEY DECIMAL KEY DELETE KEY DIVIDE KEY END KEY ESC KEY EXECUTE KEY Fn KEY HOME KEY INSERT KEY MULTIPLY KEY n KEY NUM LOCK KEY NUMPADn KEY PAGEDOWN KEY PAGEUP KEY PAUSE KEY RETURN KEY SCROLL LOCK KEY SEPARATOR KEY SPACE KEY SUBTRACT KEY TAB KEY xxx NONE ACTION KEY ORIENTATION LEFT VIEW KEY 4 KEY ADD KEY ARROW DOWN KEY ARROW LEFT KEY ARROW RIGHT KEY ARROW UP KEY BACK KEY CLEAR KEY DECIMAL KEY DELETE KEY DIVIDE KEY END KEY ESC KEY EXECUTE KEY Fn KEY HOME KEY INSERT KEY MULTIPLY KEY n KEY NUM LOCK KEY NUMPADn KEY PAGEDOWN KEY PAGEUP KEY PAUSE KEY RETURN KEY SCROLL LOCK KEY SEPARATOR KEY SPACE KEY SUBTRACT KEY TAB KEY xxx NONE ACTION KEY ORIENTATION REAR VIEW KEY 3 KEY ADD KEY ARROW DOWN KEY ARROW LEFT KEY ARROW RIGHT KEY ARROW UP KEY BACK KEY CLEAR KEY DECIMAL KEY DELETE KEY DIVIDE KEY END KEY ESC KEY EXECUTE KEY Fn KEY HOME KEY INSERT KEY MULTIPLY KEY n KEY NUM LOCK KEY NUMPADn KEY PAGEDOWN KEY PAGEUP KEY PAUSE KEY RETURN KEY SCROLL LOCK KEY SEPARATOR KEY SPACE KEY SUBTRACT KEY TAB KEY xxx NONE ACTION KEY ORIENTATION RIGHT VIEW KEY 6 KEY ADD KEY ARROW DOWN KEY ARROW LEFT KEY ARROW RIGHT KEY ARROW UP KEY BACK KEY CLEAR KEY DECIMAL KEY DELETE KEY DIVIDE KEY END KEY ESC KEY EXECUTE KEY Fn KEY HOME KEY INSERT KEY MULTIPLY KEY n KEY NUM LOCK KEY NUMPADn KEY PAGEDOWN KEY PAGEUP KEY PAUSE KEY RETURN KEY SCROLL LOCK KEY SEPARATOR KEY SPACE KEY SUBTRACT KEY TAB KEY xxx NONE ACTION KEY ORIENTATION TOP TILTED KEY 7 KEY ADD KEY ARROW DOWN KEY ARROW LEFT KEY ARROW RIGHT KEY ARROW UP KEY BACK KEY CLEAR KEY DECIMAL KEY DELETE KEY DIVIDE KEY END KEY ESC KEY EXECUTE KEY Fn KEY HOME KEY INSERT KEY MULTIPLY KEY n KEY NUM LOCK KEY NUMPADn KEY PAGEDOWN KEY PAGEUP KEY PAUSE KEY RETURN KEY SCROLL LOCK KEY SEPARATOR KEY SPACE KEY SUBTRACT KEY TAB KEY xxx NONE ACTION KEY ORIENTATION TOP VIEW KEY 8 KEY ADD KEY ARROW DOWN KEY ARROW LEFT KEY ARROW RIGHT KEY ARROW UP KEY BACK KEY CLEAR KEY DECIMAL KEY DELETE KEY DIVIDE KEY END KEY ESC KEY EXECUTE KEY Fn KEY HOME KEY INSERT KEY MULTIPLY KEY n KEY NUM LOCK KEY NUMPADn KEY PAGEDOWN KEY PAGEUP KEY PAUSE KEY RETURN KEY SCROLL LOCK KEY SEPARATOR KEY SPACE KEY SUBTRACT KEY TAB KEY xxx NONE ACTION KEY RESET KEY ADD KEY ARROW DOWN KEY ARROW LEFT KEY ARROW RIGHT KEY ARROW UP KEY BACK KEY CLEAR KEY DECIMAL KEY DELETE KEY DIVIDE KEY END KEY ESC KEY EXECUTE KEY Fn KEY HOME KEY INSERT KEY MULTIPLY KEY n KEY NUM LOCK KEY NUMPADn KEY PAGEDOWN KEY PAGEUP KEY PAUSE KEY RETURN KEY SCROLL LOCK KEY SEPARATOR KEY SPACE KEY SUBTRACT KEY TAB KEY xxx NONE ACTION KEY ROLL LEFT KEY ADD KEY ARROW DOWN KEY ARROW LEFT KEY ARROW LEFT M KEY ALT KEY ARROW RIGHT KEY ARROW UP KEY BACK KEY CLEAR KEY DECIMAL KEY DELETE KEY DIVIDE KEY END KEY ESC KEY EXECUTE KEY Fn KEY HOME KEY INSERT KEY MULTIPLY KEY n KEY NUM LOCK KEY NUMPADn KEY PAGEDOWN KEY PAGEUP KEY PAUSE KEY RETURN KEY SCROLL LOCK KEY SEPARATOR KEY SPACE KEY SUBTRACT KEY TAB KEY xxx NONE ACTION KEY ROLL RIGHT KEY ADD KEY ARROW DOWN KEY ARROW LEFT KEY ARROW RIGHT KEY ARROW RIGHT M KEY ALT KEY ARROW UP KEY BACK KEY CLEAR KEY DECIMAL KEY DELETE KEY DIVIDE KEY END KEY ESC KEY EXECUTE KEY Fn KEY HOME KEY INSERT KEY MULTIPLY KEY n KEY NUM LOCK KEY NUMPADn KEY PAGEDOWN KEY PAGEUP KEY PAUSE KEY RETURN KEY SCROLL LOCK KEY SEPARATOR KEY SPACE KEY SUBTRACT KEY TAB KEY xxx NONE ACTION KEY TRANSLATE BACKWARD KEY ADD KEY ARROW DOWN KEY ARROW DOWN M KEY ALT KEY ARROW LEFT KEY ARROW RIGHT KEY ARROW UP KEY BACK KEY CLEAR KEY DECIMAL KEY DELETE KEY DIVIDE KEY END KEY ESC KEY EXECUTE KEY Fn KEY HOME KEY INSERT KEY MULTIPLY KEY n KEY NUM LOCK KEY NUMPADn KEY PAGEDOWN KEY PAGEUP KEY PAUSE KEY RETURN KEY SCROLL LOCK KEY SEPARATOR KEY SPACE KEY SUBTRACT KEY TAB KEY xxx NONE ACTION KEY TRANSLATE DOWN KEY ADD KEY ARROW DOWN KEY ARROW DOWN M KEY SHIFT KEY ARROW LEFT KEY ARROW RIGHT KEY ARROW UP KEY BACK KEY CLEAR KEY DECIMAL KEY DELETE KEY DIVIDE KEY END KEY ESC KEY EXECUTE KEY Fn KEY HOME KEY INSERT KEY MULTIPLY KEY n KEY NUM LOCK KEY NUMPADn KEY PAGEDOWN KEY PAGEUP KEY PAUSE KEY RETURN KEY SCROLL LOCK KEY SEPARATOR KEY SPACE KEY SUBTRACT KEY TAB KEY xxx NONE ACTION KEY TRANSLATE FORWARD KEY ADD KEY ARROW DOWN KEY ARROW LEFT KEY ARROW RIGHT KEY ARROW UP KEY ARROW UP M KEY ALT KEY BACK KEY CLEAR KEY DECIMAL KEY DELETE KEY DIVIDE KEY END KEY ESC KEY EXECUTE KEY Fn KEY HOME KEY INSERT KEY MULTIPLY KEY n KEY NUM LOCK KEY NUMPADn KEY PAGEDOWN KEY PAGEUP KEY PAUSE KEY RETURN KEY SCROLL LOCK KEY SEPARATOR KEY SPACE KEY SUBTRACT KEY TAB KEY xxx NONE ACTION KEY TRANSLATE LEFT KEY ADD KEY ARROW DOWN KEY ARROW LEFT KEY ARROW LEFT M KEY SHIFT KEY ARROW RIGHT KEY ARROW UP KEY BACK KEY CLEAR KEY DECIMAL KEY DELETE KEY DIVIDE KEY END KEY ESC KEY EXECUTE KEY Fn KEY HOME KEY INSERT KEY MULTIPLY KEY n KEY NUM LOCK KEY NUMPADn KEY PAGEDOWN KEY PAGEUP KEY PAUSE KEY RETURN KEY SCROLL LOCK KEY SEPARATOR KEY SPACE KEY SUBTRACT KEY TAB KEY xxx NONE ACTION KEY TRANSLATE RIGHT KEY ADD KEY ARROW DOWN KEY ARROW LEFT KEY ARROW RIGHT KEY ARROW RIGHT M KEY SHIFT KEY ARROW UP KEY BACK KEY CLEAR KEY DECIMAL KEY DELETE KEY DIVIDE KEY END KEY ESC KEY EXECUTE KEY Fn KEY HOME KEY INSERT KEY MULTIPLY KEY n KEY NUM LOCK KEY NUMPADn KEY PAGEDOWN KEY PAGEUP KEY PAUSE KEY RETURN KEY SCROLL LOCK KEY SEPARATOR KEY SPACE KEY SUBTRACT KEY TAB KEY xxx NONE ACTION KEY TRANSLATE UP KEY ADD KEY ARROW DOWN KEY ARROW LEFT KEY ARROW RIGHT KEY ARROW UP KEY ARROW UP M KEY SHIFT KEY BACK KEY CLEAR KEY DECIMAL KEY DELETE KEY DIVIDE KEY END KEY ESC KEY EXECUTE KEY Fn KEY HOME KEY INSERT KEY MULTIPLY KEY n KEY NUM LOCK KEY NUMPADn KEY PAGEDOWN KEY PAGEUP KEY PAUSE KEY RETURN KEY SCROLL LOCK KEY SEPARATOR KEY SPACE KEY SUBTRACT KEY TAB KEY xxx NONE ACTION KEY TURN DOWN KEY ADD KEY ARROW DOWN KEY ARROW DOWN M KEY SHIFT M KEY ALT KEY ARROW LEFT KEY ARROW RIGHT KEY ARROW UP KEY BACK KEY CLEAR KEY DECIMAL KEY DELETE KEY DIVIDE KEY END KEY ESC KEY EXECUTE KEY Fn KEY HOME KEY INSERT KEY MULTIPLY KEY n KEY NUM LOCK KEY NUMPADn KEY PAGEDOWN KEY PAGEUP KEY PAUSE KEY RETURN KEY SCROLL LOCK KEY SEPARATOR KEY SPACE KEY SUBTRACT KEY TAB KEY xxx NONE ACTION KEY TURN LEFT KEY ADD KEY ARROW DOWN KEY ARROW LEFT KEY ARROW LEFT M KEY SHIFT M KEY ALT KEY ARROW RIGHT KEY ARROW UP KEY BACK KEY CLEAR KEY DECIMAL KEY DELETE KEY DIVIDE KEY END KEY ESC KEY EXECUTE KEY Fn KEY HOME KEY INSERT KEY MULTIPLY KEY n KEY NUM LOCK KEY NUMPADn KEY PAGEDOWN KEY PAGEUP KEY PAUSE KEY RETURN KEY SCROLL LOCK KEY SEPARATOR KEY SPACE KEY SUBTRACT KEY TAB KEY xxx NONE ACTION KEY TURN RIGHT KEY ADD KEY ARROW DOWN KEY ARROW LEFT KEY ARROW RIGHT KEY ARROW RIGHT M KEY SHIFT M KEY ALT KEY ARROW UP KEY BACK KEY CLEAR KEY DECIMAL KEY DELETE KEY DIVIDE KEY END KEY ESC KEY EXECUTE KEY Fn KEY HOME KEY INSERT KEY MULTIPLY KEY n KEY NUM LOCK KEY NUMPADn KEY PAGEDOWN KEY PAGEUP KEY PAUSE KEY RETURN KEY SCROLL LOCK KEY SEPARATOR KEY SPACE KEY SUBTRACT KEY TAB KEY xxx NONE ACTION KEY TURN UP KEY ADD KEY ARROW DOWN KEY ARROW LEFT KEY ARROW RIGHT KEY ARROW UP KEY ARROW UP M KEY SHIFT M KEY ALT KEY BACK KEY CLEAR KEY DECIMAL KEY DELETE KEY DIVIDE KEY END KEY ESC KEY EXECUTE KEY Fn KEY HOME KEY INSERT KEY MULTIPLY KEY n KEY NUM LOCK KEY NUMPADn KEY PAGEDOWN KEY PAGEUP KEY PAUSE KEY RETURN KEY SCROLL LOCK KEY SEPARATOR KEY SPACE KEY SUBTRACT KEY TAB KEY xxx NONE ACTION KEY ZOOM IN KEY ADD KEY ARROW DOWN KEY ARROW LEFT KEY ARROW RIGHT KEY ARROW UP KEY BACK KEY CLEAR KEY DECIMAL KEY DELETE KEY DIVIDE KEY END KEY ESC KEY EXECUTE KEY Fn KEY HOME KEY INSERT KEY MULTIPLY KEY n KEY NUM LOCK KEY NUMPADn KEY PAGEDOWN KEY PAGEUP KEY PAUSE KEY RETURN KEY SCROLL LOCK KEY SEPARATOR KEY SPACE KEY SUBTRACT KEY TAB KEY xxx NONE ACTION KEY ZOOM OUT KEY ADD KEY ARROW DOWN KEY ARROW LEFT KEY ARROW RIGHT KEY ARROW UP KEY BACK KEY CLEAR KEY DECIMAL KEY DELETE KEY DIVIDE KEY END KEY ESC KEY EXECUTE KEY Fn KEY HOME KEY INSERT KEY MULTIPLY KEY n KEY NUM LOCK KEY NUMPADn KEY PAGEDOWN KEY PAGEUP KEY PAUSE KEY RETURN KEY SCROLL LOCK KEY SEPARATOR KEY SPACE KEY SUBTRACT KEY TAB KEY xxx NONE ACTION MODIFIER SPEED KEY ALT KEY CTRL KEY SHIFT NONE ALTERNATE SPEED FACTOR KEYBOARD USE DISABLE ENABLE MOUSE USE DISABLE ENABLE SUPPORTED FALSE TRUE DEFAULT IS SET TO DEFAULT FALSE TRUE KEY ALT KEY CTRL KEY SHIFT M_KEY_Fn M_KEY_n M_KEY_NUMPADn M_KEY_xxx M_KEY_Fn M_KEY_n M_KEY_NUMPADn M_KEY_xxx M_KEY_Fn M_KEY_n M_KEY_NUMPADn M_KEY_xxx M_KEY_Fn M_KEY_n M_KEY_NUMPADn M_KEY_xxx M_KEY_Fn M_KEY_n M_KEY_NUMPADn M_KEY_xxx M_KEY_Fn M_KEY_n M_KEY_NUMPADn M_KEY_xxx M_KEY_Fn M_KEY_n M_KEY_NUMPADn M_KEY_xxx M_KEY_Fn M_KEY_n M_KEY_NUMPADn M_KEY_xxx M_KEY_Fn M_KEY_n M_KEY_NUMPADn M_KEY_xxx M_KEY_Fn M_KEY_n M_KEY_NUMPADn M_KEY_xxx M_KEY_Fn M_KEY_n M_KEY_NUMPADn M_KEY_xxx M_KEY_Fn M_KEY_n M_KEY_NUMPADn M_KEY_xxx M_KEY_Fn M_KEY_n M_KEY_NUMPADn M_KEY_xxx M_KEY_Fn M_KEY_n M_KEY_NUMPADn M_KEY_xxx M_KEY_Fn M_KEY_n M_KEY_NUMPADn M_KEY_xxx M_KEY_Fn M_KEY_n M_KEY_NUMPADn M_KEY_xxx M_KEY_Fn M_KEY_n M_KEY_NUMPADn M_KEY_xxx M_KEY_Fn M_KEY_n M_KEY_NUMPADn M_KEY_xxx M_KEY_Fn M_KEY_n M_KEY_NUMPADn M_KEY_xxx M_KEY_Fn M_KEY_n M_KEY_NUMPADn M_KEY_xxx M_KEY_Fn M_KEY_n M_KEY_NUMPADn M_KEY_xxx M_KEY_Fn M_KEY_n M_KEY_NUMPADn M_KEY_xxx M_KEY_Fn M_KEY_n M_KEY_NUMPADn M_KEY_xxx M_KEY_Fn M_KEY_n M_KEY_NUMPADn M_KEY_xxx M_KEY_Fn M_KEY_n M_KEY_NUMPADn M_KEY_xxx M_KEY_Fn M_KEY_n M_KEY_NUMPADn M_KEY_xxx M_KEY_Fn M_KEY_n M_KEY_NUMPADn M_KEY_xxx M_KEY_Fn M_KEY_n M_KEY_NUMPADn M_KEY_xxx