Faro Engine
0.0.0.b519570 (main)
Loading...
Searching...
No Matches
Source
Engine
Platform
PlatformWeb
Source
WindowWeb.hpp
Go to the documentation of this file.
1
#pragma once
2
#if FARO_OS_WEB
3
#include <
Window.hpp
>
4
#include <
Thread.hpp
>
5
6
namespace
Faro
7
{
8
class
WindowWeb;
9
10
class
WindowWeb :
public
Window
11
{
12
public
:
13
void
Init()
override
;
14
void
Destroy()
override
;
15
16
void
SetTitle(String title)
override
;
17
18
void
SetWindowState(WindowState info)
override
;
19
WindowState GetWindowState()
override
;
20
};
21
}
22
#endif
Thread.hpp
Window.hpp
Faro
Definition
Array.hpp:8
Generated by
1.9.8