mirror of
https://github.com/Relintai/ui_extensions.git
synced 2024-11-12 10:25:27 +01:00
Doc setup.
This commit is contained in:
parent
271dcf89e9
commit
8a81cc5310
@ -3,3 +3,12 @@ def can_build(env, platform):
|
||||
|
||||
def configure(env):
|
||||
pass
|
||||
|
||||
def get_doc_classes():
|
||||
return [
|
||||
"BSInputEventKey",
|
||||
"TouchButton",
|
||||
]
|
||||
|
||||
def get_doc_path():
|
||||
return "doc_classes"
|
21
doc_classes/BSInputEventKey.xml
Normal file
21
doc_classes/BSInputEventKey.xml
Normal file
@ -0,0 +1,21 @@
|
||||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<class name="BSInputEventKey" inherits="InputEventKey" category="Core" version="3.2">
|
||||
<brief_description>
|
||||
</brief_description>
|
||||
<description>
|
||||
</description>
|
||||
<tutorials>
|
||||
</tutorials>
|
||||
<methods>
|
||||
<method name="from_input_event_key">
|
||||
<return type="void">
|
||||
</return>
|
||||
<argument index="0" name="event" type="InputEventKey">
|
||||
</argument>
|
||||
<description>
|
||||
</description>
|
||||
</method>
|
||||
</methods>
|
||||
<constants>
|
||||
</constants>
|
||||
</class>
|
13
doc_classes/TouchButton.xml
Normal file
13
doc_classes/TouchButton.xml
Normal file
@ -0,0 +1,13 @@
|
||||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<class name="TouchButton" inherits="Button" category="Core" version="3.2">
|
||||
<brief_description>
|
||||
</brief_description>
|
||||
<description>
|
||||
</description>
|
||||
<tutorials>
|
||||
</tutorials>
|
||||
<methods>
|
||||
</methods>
|
||||
<constants>
|
||||
</constants>
|
||||
</class>
|
Loading…
Reference in New Issue
Block a user