Hello,
first of all, please check that the touch device of the display is connected with the RasPi via a separate USB cable. Is this the case?
The next step would be to check that touch events are received within Linux - please check with evtest:
sudo apt-get install evtest
evtest
Then you should get the touch events printed as soon as you touch the screen. Does this work?
Best regards,
Manfred.