zntg/allg5ui
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
..
font.go Changed allg5ui.font.Measure() implementation to be more consistent with the sdlui implementation. 2020-05-23 08:28:21 +02:00
key.go Added SDL backend. 2020-05-15 09:20:44 +02:00
renderer_default.go Added simple drop (files) addon. 2021-06-01 21:14:51 +02:00
renderer_windows.go Added simple drop (files) addon. 2021-06-01 21:14:51 +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