Represents selection mapping from a pair of virtual key to selection scheme.

interface WasmSelectionParams {
    flags: number;
    selectionScheme: AIS_SelectionScheme;
}

Properties

flags: number

Key modifier (unsigned int), for combining with general key from Aspect_VKey C++ enumeration.

selectionScheme: AIS_SelectionScheme

Selection scheme.