1
0
mirror of git://projects.qi-hardware.com/gmenu2x.git synced 2024-07-01 04:14:33 +03:00

Initalise event

This commit is contained in:
Lars-Peter Clausen 2010-05-03 23:44:44 +02:00
parent 3b2538cfaf
commit dc65381ea4

View File

@ -34,6 +34,9 @@ Touchscreen::Touchscreen() {
y = 0;
startX = 0;
startY = 0;
event.x = 0;
event.y = 0;
event.pressure = 0;
}
Touchscreen::~Touchscreen() {