zntg/sdlui
Sander Schobers 3c89748eac Added drag & drop addon.
- Drop addon is based on WM_DROPFILES, dragdrop addon is based on the OLE IDragDrop interface and thus can registerer more interactions.
- The allg5ui implementation will try to fall back on the drop addon (because the dragdrop addon wouldn't work properly).
- Drop addon is refactored to use the same interface as the dragdrop addon.
2021-06-04 17:17:22 +02:00
..
color.go Added SDL backend. 2020-05-15 09:20:44 +02:00
events_test.go Added SDL backend. 2020-05-15 09:20:44 +02:00
events.go Added SDL backend. 2020-05-15 09:20:44 +02:00
font.go Added Fonts() to context similarly as Textures(). 2020-05-15 15:42:24 +02:00
image.go SDL surface is created from non-alpha-premultiplied colors. 2020-05-20 19:45:16 +02:00
rectangle.go Added SDL backend. 2020-05-15 09:20:44 +02:00
renderer.go Added drag & drop addon. 2021-06-04 17:17:22 +02:00
rendererfactory.go Renderers now respect Location of NewRendererOptions. 2020-05-17 21:02:38 +02:00
texture.go Added Resize & SetIcon to Renderer. 2020-12-13 07:40:19 +01:00