[Scummvm-cvs-logs] SF.net SVN: scummvm:[55087] scummvm/trunk/common/events.h

fuzzie at users.sourceforge.net fuzzie at users.sourceforge.net
Sat Jan 1 23:36:34 CET 2011


Revision: 55087
          http://scummvm.svn.sourceforge.net/scummvm/?rev=55087&view=rev
Author:   fuzzie
Date:     2011-01-01 22:36:33 +0000 (Sat, 01 Jan 2011)

Log Message:
-----------
COMMON: Fix comment about getButtonState.

Modified Paths:
--------------
    scummvm/trunk/common/events.h

Modified: scummvm/trunk/common/events.h
===================================================================
--- scummvm/trunk/common/events.h	2011-01-01 12:48:12 UTC (rev 55086)
+++ scummvm/trunk/common/events.h	2011-01-01 22:36:33 UTC (rev 55087)
@@ -354,8 +354,8 @@
 
 	/**
 	 * Return a bitmask with the button states:
-	 * - bit 0: left button up=1, down=0
-	 * - bit 1: right button up=1, down=0
+	 * - bit 0: left button up=0, down=1
+	 * - bit 1: right button up=0, down=1
 	 */
 	virtual int getButtonState() const = 0;
 


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Scummvm-git-logs mailing list