Add some debugging notes for picking

This adds a new CLUTTER_DEBUG option for picking. Currently this just
reports the position for each pick and whether it is clipped or not.
This commit is contained in:
Neil Roberts
2010-08-23 11:33:22 +01:00
parent 12e58c7813
commit ddd08ba723
2 changed files with 9 additions and 1 deletions

View File

@ -22,7 +22,8 @@ typedef enum {
CLUTTER_DEBUG_SHADER = 1 << 12,
CLUTTER_DEBUG_MULTISTAGE = 1 << 13,
CLUTTER_DEBUG_ANIMATION = 1 << 14,
CLUTTER_DEBUG_LAYOUT = 1 << 15
CLUTTER_DEBUG_LAYOUT = 1 << 15,
CLUTTER_DEBUG_PICK = 1 << 16
} ClutterDebugFlag;
typedef enum {