/* { "description" : "This is a container type for a set of constants used to represent different mouse buttons in 'click' notifications and other mouse-related activity." } */
data MouseButtons{
/* {"@description" : "Constant value indicating activity of a left mouse button."} */
const int BUTTON_LEFT = 1
/* {"@description" : "Constant value indicating activity of a right mouse button."} */
const int BUTTON_RIGHT = 2
/* {"@description" : "Constant value indicating activity of a middle mouse button."} */
const int BUTTON_MIDDLE = 3
}To propose a new revision to this entity, use dana source put -ut your/new/version.dn -n ui.MouseButtons -m "reason for update" -u yourUsername
Version 2 (this version) by barry
Notes for this version: Updates documentation strings.