HomeForumSourceResearchGuide
Sign in to contribute to source. how it works
Type definition file ui.MouseButtons by barry
expand copy to clipboardexpand
/*
{ "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
	}
Revision history
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 by barry
Version 1 (this version) by barry
Notes for this version: Standard Library Initialisation