ui_extensions/config.py

15 lines
239 B
Python
Raw Permalink Normal View History

2019-04-20 14:54:22 +02:00
def can_build(env, platform):
return True
def configure(env):
pass
2019-12-25 14:10:08 +01:00
def get_doc_classes():
return [
"BSInputEventKey",
"TouchButton",
2022-01-12 22:28:02 +01:00
"InputMapEditor"
2019-12-25 14:10:08 +01:00
]
def get_doc_path():
return "doc_classes"