/*
{ "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{
const int BUTTON_LEFT = 1
const int BUTTON_RIGHT = 2
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 1 (this version) by barry
Notes for this version: Standard Library Initialisation