#include <cstdint>
#include <jau/basic_types.hpp>
#include <jau/cow_darray.hpp>
#include <jau/debug.hpp>
#include <jau/enum_util.hpp>
#include <jau/environment.hpp>
#include <jau/fraction_type.hpp>
#include <jau/math/vec2i.hpp>
#include <jau/secmem.hpp>
#include <jau/util/VersionNumber.hpp>
#include <gamp/Gamp.hpp>
#include <gamp/GampTypes.hpp>
#include "gamp/Version.hpp"
#include <gamp/render/gl/GLLiterals.hpp>
#include <gamp/render/gl/GLTypes.hpp>
#include <gamp/render/gl/GLVersionNum.hpp>
#include <gamp/wt/event/Event.hpp>
#include <gamp/wt/Window.hpp>
#include <SDL2/SDL.h>
#include <SDL2/SDL_events.h>
#include <SDL2/SDL_timer.h>
#include <SDL2/SDL_video.h>
#include <SDL2/SDL_scancode.h>
Go to the source code of this file.
|
static void | gamp_swap_gpu_buffer (bool swapAllWindows, int fps) noexcept |
|
EMSCRIPTEN_KEEPALIVE int | get_forced_fps () noexcept |
|
static Window * | getWin (Uint32 id) |
|
static void | on_window_resized (Window *win, int wwidth, int wheight, const jau::fraction_timespec &when, bool verbose=false) noexcept |
|
static void | reset_gpu_fps (int fps) |
| Width of the framebuffer coordinate in pixels.
|
|
EMSCRIPTEN_KEEPALIVE void | set_forced_fps (int v) noexcept |
|
EMSCRIPTEN_KEEPALIVE void | set_window_size (int ww, int wh, float devPixelRatioX, float devPixelRatioY) noexcept |
|
static uint16_t | to_ascii (SDL_Scancode scancode, const InputModifier &mods) |
|
static std::pair< VKeyCode, InputModifier > | to_VKeyCode (SDL_Scancode scancode) |
|
◆ reset_gpu_fps()
static void reset_gpu_fps |
( |
int | fps | ) |
|
|
static |
Width of the framebuffer coordinate in pixels.
Framebuffer origin 0/0 is top-left corner.
Definition at line 73 of file gamp_sdl2.cpp.
◆ on_window_resized()
◆ set_forced_fps()
◆ get_forced_fps()
◆ set_window_size()
EMSCRIPTEN_KEEPALIVE void set_window_size |
( |
int | ww, |
|
|
int | wh, |
|
|
float | devPixelRatioX, |
|
|
float | devPixelRatioY ) |
|
noexcept |
◆ gamp_swap_gpu_buffer()
static void gamp_swap_gpu_buffer |
( |
bool | swapAllWindows, |
|
|
int | fps ) |
|
staticnoexcept |
◆ to_VKeyCode()
◆ to_ascii()
static uint16_t to_ascii |
( |
SDL_Scancode | scancode, |
|
|
const InputModifier & | mods ) |
|
static |
◆ getWin()
static Window * getWin |
( |
Uint32 | id | ) |
|
|
static |
◆ monitor_frames_per_sec
int monitor_frames_per_sec =60 |
|
static |
◆ gpu_forced_fps_
◆ gpu_fps_resync
bool gpu_fps_resync = true |
|
static |
◆ gpu_fps
◆ gpu_fdur
◆ gpu_frame_count
int64_t gpu_frame_count = 0 |
|
static |
◆ gpu_fps_t0
◆ gpu_swap_t0
◆ gpu_swap_t1
◆ devicePixelRatio
Ratio pixel-size / window-size, a DPI derivative per axis.
◆ window_list
◆ gfx_subsystem_init_called
std::atomic_bool gfx_subsystem_init_called = false |
|
static |
◆ gfx_subsystem_init
std::atomic_bool gfx_subsystem_init = false |
|
static |
◆ init_gfx_t0
◆ gamp_show_fps
bool gamp_show_fps = true |
|
static |