Barely working stripped down version of ScreenInteractive. Now to bring on the SFML events.
This commit is contained in:
parent
7d3605f58b
commit
e3cff8142c
9 changed files with 1070 additions and 7 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
void Panel::resize(int width, int height) {
|
||||
$dirty = true;
|
||||
$screen = Screen(width, height);
|
||||
// $screen = ScreenInteractive::FixedSize(width, height);
|
||||
}
|
||||
|
||||
void Panel::set_renderer(std::function< Element()> render) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue