CLICK missing from *other* event rna enum (how many of these do we need?!)

This commit is contained in:
Martin Poirier
2009-11-27 14:58:13 +00:00
parent 552134db45
commit 794685da79

View File

@@ -62,6 +62,7 @@ EnumPropertyItem event_value_items[] = {
{KM_NOTHING, "NOTHING", 0, "Nothing", ""},
{KM_PRESS, "PRESS", 0, "Press", ""},
{KM_RELEASE, "RELEASE", 0, "Release", ""},
{KM_CLICK, "CLICK", 0, "Click", ""},
{0, NULL, 0, NULL, NULL}};
EnumPropertyItem event_tweak_type_items[]= {