Added Wren scripting with module system 📚
Added Input pressed, released system Added interface button support with wren onclick callback
This commit is contained in:
@@ -37,5 +37,9 @@ namespace UI
|
||||
void Draw(Vector2 size);
|
||||
void DrawRecursive(Ref<Node> node, float z);
|
||||
void Update(Timestep ts);
|
||||
|
||||
void RecursiveMouseClick(Ref<Node> node, Vector2 pos);
|
||||
|
||||
void ConsumeMouseClick(Vector2 pos);
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user