summaryrefslogtreecommitdiff
path: root/cObject.h
diff options
context:
space:
mode:
Diffstat (limited to 'cObject.h')
-rw-r--r--cObject.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/cObject.h b/cObject.h
index a72b1cc..87d0205 100644
--- a/cObject.h
+++ b/cObject.h
@@ -44,6 +44,7 @@ public:
*/
virtual void onClick(sPos _pos, unsigned int _button){}
/** Called by cObjecthandler if cObject is active on keyboard input
+ * _pos decribes the relative position of mousepointer to origin of object
*/
virtual void onChar(unsigned char _c){}