MOUSEDRAGRESULT

Detailed Description

Result codes for EditorWindow::MouseDrag.

Enumerations

enum class  MOUSEDRAGRESULT {
  ESCAPE ,
  FINISHED ,
  CONTINUE
}
 

Functions

enum MOUSEDRAGRESULT MAXON_ENUM_LIST (MOUSEDRAGRESULT)
 

Enumeration Type Documentation

◆ MOUSEDRAGRESULT

enum MOUSEDRAGRESULT
strong
Enumerator
ESCAPE 

Drag aborted.

FINISHED 

Drag finished.

CONTINUE 

Drag still in progress.

Function Documentation

◆ MAXON_ENUM_LIST()

enum MOUSEDRAGRESULT MAXON_ENUM_LIST ( MOUSEDRAGRESULT  )