3ds Max C++ API Reference
Mouse Call Back Flags

Macros

#define MOUSE_SHIFT   (1<<0)
 Indicates the Shift key is pressed. More...
 
#define MOUSE_CTRL   (1<<1)
 Indicates the Ctrl key is pressed. More...
 
#define MOUSE_ALT   (1<<2)
 Indicates the Alt key is pressed. More...
 
#define MOUSE_LBUTTON   (1<<3)
 Indicates the Left button is down. More...
 
#define MOUSE_MBUTTON   (1<<4)
 Indicates the Middle button is down. More...
 
#define MOUSE_RBUTTON   (1<<5)
 Indicates the Right button is down. More...
 

Detailed Description

Macro Definition Documentation

◆ MOUSE_SHIFT

#define MOUSE_SHIFT   (1<<0)

Indicates the Shift key is pressed.

◆ MOUSE_CTRL

#define MOUSE_CTRL   (1<<1)

Indicates the Ctrl key is pressed.

◆ MOUSE_ALT

#define MOUSE_ALT   (1<<2)

Indicates the Alt key is pressed.

◆ MOUSE_LBUTTON

#define MOUSE_LBUTTON   (1<<3)

Indicates the Left button is down.

◆ MOUSE_MBUTTON

#define MOUSE_MBUTTON   (1<<4)

Indicates the Middle button is down.

◆ MOUSE_RBUTTON

#define MOUSE_RBUTTON   (1<<5)

Indicates the Right button is down.