Add CLICK to keymap RNA

This commit is contained in:
Martin Poirier 2009-11-24 04:30:24 +00:00
parent 04c68559bb
commit 1c4599522c

@ -42,6 +42,7 @@ EnumPropertyItem event_keymouse_value_items[] = {
{KM_ANY, "ANY", 0, "Any", ""}, {KM_ANY, "ANY", 0, "Any", ""},
{KM_PRESS, "PRESS", 0, "Press", ""}, {KM_PRESS, "PRESS", 0, "Press", ""},
{KM_RELEASE, "RELEASE", 0, "Release", ""}, {KM_RELEASE, "RELEASE", 0, "Release", ""},
{KM_CLICK, "CLICK", 0, "Click", ""},
{0, NULL, 0, NULL, NULL}}; {0, NULL, 0, NULL, NULL}};
EnumPropertyItem event_tweak_value_items[]= { EnumPropertyItem event_tweak_value_items[]= {