Skip to content

mwseKeyMouseCombo⚓︎

A table with the data about mouse and keyboard key combination.

This type inherits the following: mwseKeyCombo

Properties⚓︎

isAltDown⚓︎

If true, alt key is pressed in the key combination.

Returns:

  • result (boolean, nil)

isControlDown⚓︎

If true, control key is pressed in the key combination.

Returns:

  • result (boolean, nil)

isShiftDown⚓︎

If true, shift key is pressed in the key combination.

Returns:

  • result (boolean, nil)

isSuperDown⚓︎

If true, super (Windows or Command) key is pressed in the key combination.

Returns:

  • result (boolean, nil)

keyCode⚓︎

Maps to values in tes3.scanCode enumeration.

Returns:


mouseButton⚓︎

The index of the currently pressed mouse button.

Returns:

  • result (number, nil)

mouseWheel⚓︎

The mouse wheel action in the combination.

Value Description
-1 Mouse wheel down
1 Mouse wheel up

Returns:

  • result (integer, nil)