TINMAN 3D / REALTIME TERRAIN
Software Development Kit - User Manual

enum InputModifiers in Tinman.AddOns.Application

[Flags]
enum InputModifiers  

Items

None = 0

No modifying keys or buttons are pressed down for the input event.

Alt = 0x01

Alt is pressed down.

Shift = 0x02

Shift is pressed down.

Control = 0x04

Control is pressed down.

Left = 0x08

The Left button is pressed down.

Middle = 0x10

The Middle button is pressed down.

Right = 0x20

The Right button is pressed down.

Keyboard = 0x07

At least one of the keyboard modifier keys is pressed down.

See also:

InputModifiers.Alt
InputModifiers.Shift
InputModifiers.Control
Mouse = 0x38

At least one of the mouse buttons is pressed down.

See also:

InputModifiers.Left
InputModifiers.Middle
InputModifiers.Right