CLICK missing from *other* event rna enum (how many of these do we need?!)
This commit is contained in:
@@ -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[]= {
|
||||
|
||||
Reference in New Issue
Block a user