I started the engine in my application. I created a panel, a text, and a button on the panel. They are works.
The text can be see on the panel with its content. The button can be see on the panel and reacts on mouse click.
My program is able to follow the position of the mouse, and the x-y values are also displayed on the panel.
But, when i want to use the mouse_ent function to detect which entity is under the pointer i got always 0x0 back.
What do i do wrong?
I set the mouse_mode to 2 and to 4, results were same.
Thanks in advance.