using System; using System.Collections.Generic; using System.Text; namespace RUI.Output { enum MouseInputType { Pressed, Released } }