Allegro.cc - Online Community

Allegro.cc Forums » Programming Questions » Touch Screen

This thread is locked; no one can reply to it. rss feed Print
Touch Screen
jamdesalles
Member #16,737
September 2017

Estou implementando a funcionalidade Touch Screen no meu aplicativo com Allegro5e na hora da compilação ele indica um erro pela falta do header allegro5/allegro_touch.h que não encontro no usr/local/include/allegro5, alguém tem ideia de onde consigo este header ?

Edgar Reynaldo
Major Reynaldo
May 2007
avatar

ipsofacto
Member #23,771
June 2023

I didn't understand your response "The touch input is bundled into the Allegro core" because during compilation, it gives an error complaining about the non-existence of allegro_touch.h, and during linking, it complains about not finding the lallegro_touch library. What is your idea to solve this problem?

Dizzy Egg
Member #10,824
March 2009
avatar

Solution is probably don’t include allegro_touch.h, as touch_input.h should be automatically included by Allegro.

----------------------------------------------------
Please check out my songs:
https://soundcloud.com/dont-rob-the-machina

Edgar Reynaldo
Major Reynaldo
May 2007
avatar

ipsofacto said:

I didn't understand your response "The touch input is bundled into the Allegro core" because during compilation, it gives an error complaining about the non-existence of allegro_touch.h, and during linking, it complains about not finding the lallegro_touch library. What is your idea to solve this problem?

So during compilation don't include a header that doesn't exist, and during linking, don't link to lallegro_touch, because it doesn't exist!
\

Go to: