wren
Vulkan-based game engine
Loading...
Searching...
No Matches
window.cpp File Reference
#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"
Include dependency graph for window.cpp:

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)