Documentation
Table of Contents
Class Inheritance Tree
Navigation
Description
Types
Subprograms & Entries
Index
Mouse_
Button
To_
String
Package:
Mouse
Goto spec source
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
Goto declaration in source
type
Mouse_Button
is
(Mouse_Left, Mouse_Right, Mouse_Middle);
Represents the buttons on a three-button mouse.
Subprograms & Entries
To_String
Goto spec in source
function
To_String
(
mb
:
Mouse_Button
)
return
String;
Returns
Mouse_Button
'mb' as a string: "Left", "Right", or "Middle".