Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Adding functionality for GUI element creation from the user #8

@frotaur

Description

@frotaur

One way to allow the user to add GUI interactivity (in addition to the keyboard interactivity) would be to create predefined classes, that know how to render (e.g. a slider, a dropdown, and an input).

Then, the user can use these classes in his Automaton, and all he has to do is 'register' them so that they can be rendered.

The user can then attach to the events of the classes (I still have to see how to do that, but should be doable) and can access their current value.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions