Gamp v0.0.7-36-g24b1eb6
Gamp: Graphics, Audio, Multimedia and Processing
|
#include <jau/basic_types.hpp>
#include <jau/debug.hpp>
#include <jau/fraction_type.hpp>
#include <jau/math/vec2i.hpp>
#include <jau/string_util.hpp>
#include <gamp/wt/event/Event.hpp>
#include <gamp/wt/Surface.hpp>
#include <gamp/wt/event/WinEvent.hpp>
#include <gamp/wt/event/KeyEventMngr.hpp>
#include <gamp/wt/event/WinEventMngr.hpp>
#include <gamp/wt/event/PointerEventMngr.hpp>
Go to the source code of this file.
Classes | |
struct | gamp::wt::RenderListener::Private |
struct | gamp::wt::Window::Private |
class | gamp::wt::RenderListener |
class | gamp::wt::Window |
Namespaces | |
namespace | gamp |
Gamp: Graphics, Audio, Multimedia and Processing Framework (Native C++, WebAssembly, ...) | |
namespace | gamp::wt |
Typedefs | |
typedef std::shared_ptr< RenderListener > | gamp::wt::RenderListenerRef |
Enumerations | |
enum class | gamp::wt::RenderActions : uint16_t { gamp::wt::RenderActions::none = 0 , gamp::wt::RenderActions::init = 1 , gamp::wt::RenderActions::reshape = 2 } |
enum class | gamp::wt::WindowState : uint16_t { gamp::wt::WindowState::none = 0 , gamp::wt::WindowState::focused = 1 , gamp::wt::WindowState::visible = 2 } |