Skip to content

Instantly share code, notes, and snippets.

View JanneEdelman's full-sized avatar

Janne Edelman JanneEdelman

  • Finland
View GitHub Profile
import QtQuick 2.0
MouseArea {
property point origin
property bool ready: false
signal move(int x, int y)
signal swipe(string direction)
onPressed: {