mirror of
git://projects.qi-hardware.com/gmenu2x.git
synced 2024-11-05 04:25:19 +02:00
Initalise event
This commit is contained in:
parent
3b2538cfaf
commit
dc65381ea4
@ -34,6 +34,9 @@ Touchscreen::Touchscreen() {
|
||||
y = 0;
|
||||
startX = 0;
|
||||
startY = 0;
|
||||
event.x = 0;
|
||||
event.y = 0;
|
||||
event.pressure = 0;
|
||||
}
|
||||
|
||||
Touchscreen::~Touchscreen() {
|
||||
|
Loading…
Reference in New Issue
Block a user