Index

Package: Mouse

Description

package Mouse is
Copyright (c) 2012 Kevin Wellwood All rights reserved. This source code is distributed under the Modified BSD License. For terms and conditions, see license.txt.

Types

Mouse_Button

type Mouse_Button is (Mouse_Left, Mouse_Right, Mouse_Middle);
Represents the buttons on a three-button mouse.

Subprograms & Entries

To_String

function To_String
( mb: Mouse_Button ) return String;
Returns Mouse_Button 'mb' as a string: "Left", "Right", or "Middle".