Skip to content

Instantly share code, notes, and snippets.

View toby20130333's full-sized avatar
🌍
On Fighting

Tanbo Yi toby20130333

🌍
On Fighting
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: {