#include <chrono>
#include <thread>
#include "../Accessor.hpp"
#include "../utility/RangeNum.hpp"
#include "../DesignPattern/Singleton/Singleton.hpp"
#include "FPS.hpp"
クラス | |
class | Kisaragi_Lib::FpsControl |
FPSの操作を行う [詳解] | |
名前空間 | |
namespace | Kisaragi_Lib |
型定義 | |
using | Clock = std::chrono::high_resolution_clock |
時計型の別名定義 | |
using | TimePoint = std::chrono::time_point<Clock> |
時間を指す | |
変数 | |
constexpr int | Kisaragi_Lib::SYSTEM_MIN_FPS = 60 |
ライブラリの上下限のFPS | |
constexpr int | Kisaragi_Lib::SYSTEM_MAX_FPS = 500 |
using Clock = std::chrono::high_resolution_clock |
時計型の別名定義