Zed A. Shaw
|
f79e7638c0
|
Panel now holds data on how it should be rendered and render just uses that instead of calculating it.
|
2024-11-18 12:07:44 -05:00 |
|
Zed A. Shaw
|
96ee16e598
|
Figured out that I don't need a special screen, just send events to the component directly with OnEvent. However, you have to component->Add() or call Render(component, []) with it or else it's not considered a child.
|
2024-11-14 12:37:31 -05:00 |
|
Zed A. Shaw
|
e3cff8142c
|
Barely working stripped down version of ScreenInteractive. Now to bring on the SFML events.
|
2024-11-13 12:48:42 -05:00 |
|
Zed A. Shaw
|
7d3605f58b
|
A bit of cleanup and testing of the panel, then some optimization to avoid re-rendering and multiple wchar converts.
|
2024-11-12 08:06:09 -05:00 |
|
Zed A. Shaw
|
9bc9c9007f
|
Now have a nice panel to hold all the UI panels we'll use later.
|
2024-11-11 12:23:40 -05:00 |
|