wren
Vulkan-based game engine
|
#include "wren/window.hpp"
#include <SDL2/SDL.h>
#include <SDL2/SDL_events.h>
#include <SDL2/SDL_vulkan.h>
#include <SDL_error.h>
#include <SDL_mouse.h>
#include <tracy/Tracy.hpp>
#include "keycode.hpp"
#include "vulkan/vulkan_core.h"
#include "vulkan/vulkan_handles.hpp"
#include "wren/event.hpp"
Namespaces | |
namespace | wren |
Functions | |
auto | wren::sdl_mouse_to_wren_mouse (uint8_t sdl_button) |
auto | wren::sdl_key_to_wren_key (SDL_Keycode sdl_key) |