Skip to content

New canvas widget (initial version) #87

Description

@dacap

New canvas widget.

  • paint filled rectangles

  • paint images (Tiles) on canvas

  • more mouse events, probably like HTML events:

    The order of events related to the onmouseup event (for the left/middle mouse button):

    1. onmousedown
    2. onmouseup
    3. onclick

    The order of events related to the onmouseup event (for the right mouse button):

    1. onmousedown
    2. onmouseup
    3. oncontextmenu
  • paint theme elements on canvas

  • access active theme colors

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions