![]() |
|
buttons |
Tomek Kozera
Member #6,507
October 2005
![]() |
Is there some support for buttons in allegro? I mean like menu buttons so that I wouldn`t have to check myself if mouse is clicked and propper frame is on top etc. |
TeamTerradactyl
Member #7,733
September 2006
![]() |
Tomek, are you talking about the buttons that are found in the allegro examples/exgui example file?
|
Tomek Kozera
Member #6,507
October 2005
![]() |
Yes, thanks. It seems to cover all I`ll need. I just wish it would look that complicated (the code)... EDIT:
In line (*) I get an error: invalid conversion from `const void*' to `void*' |
Simon Parzer
Member #3,330
March 2003
![]() |
Try to replace (void *)info1 by (const void*)info1. |
Tomek Kozera
Member #6,507
October 2005
![]() |
I`ve done that and this way I get the same error in the same place, except that I get it twice. |
|