Zorro

Results 27 comments of Zorro
trafficstars

Why is this even open? Close and delete please. Don't waste the developer's time.

Could you fork A5 and apply your patch to a clean checkout of Allegro? Then make a pull request. It is better to use a pull request so the change...

Does anyone know if this has been applied yet? If not I will fork myself and make a pull request.

Do you still get a KEY_DOWN event for SHIFT or is it a nil CHAR event? What does ex_keyboard_events do in this case? On 9/1/2022 12:09 AM, Connor Clark wrote:...

You'll have to read the manual for Watcom to find that out.

You could probably implement this with al_draw_prim. It already has support for drawing tiled textures. You would just have to calculate the proper texture coordinates. Edgar On 11/23/2022 9:20 AM,...

This is a useful feature for compatiblity with other libraries that each have their own or use another's opengl context. Basically it involves exposing the rendering contexts on each platform...