Added mouse wheel scrolling.

This commit is contained in:
Filippo Scognamiglio
2014-03-24 23:17:02 +01:00
parent 06b9627c6c
commit 67055633bd
4 changed files with 25 additions and 0 deletions

View File

@@ -171,5 +171,7 @@ Module {
name: "setLineSpacing"
Parameter { name: "i"; type: "uint"}
}
Method { name: "scrollUp" }
Method { name: "scrollDown" }
}
}