Small doc issue

If you found a bug in our library or on our website, please report it in this section. In this forum you can also make concrete suggestions or feature requests.

Moderators: CEGUI MVP, CEGUI Team

alphasnd
Just popping in
Just popping in
Posts: 7
Joined: Tue May 27, 2008 13:20

Small doc issue

Postby alphasnd » Fri May 30, 2008 14:30

The 'MouseButton' enumeration doc only constains 'NoButton', where the real enum is the following (doxygen issue ?):

Code: Select all

/*!
/brief
   Enumeration of mouse buttons
*/
enum MouseButton
{
   LeftButton,
   RightButton,
   MiddleButton,
   X1Button,
   X2Button,
   MouseButtonCount,      //<! Dummy value that is == to the maximum number of mouse buttons supported.
   NoButton            //!< Value set for no mouse button.  NB: This is not 0, do not assume!
};


http://www.cegui.org.uk/api_reference/n ... be540a4976

Greats,

User avatar
CrazyEddie
CEGUI Project Lead
Posts: 6760
Joined: Wed Jan 12, 2005 12:06
Location: England
Contact:

Postby CrazyEddie » Sat May 31, 2008 07:42

Thanks, I'll get it fixed :)

CE


Return to “Bug Reports, Suggestions, Feature Requests”

Who is online

Users browsing this forum: No registered users and 5 guests