GL CHOCO ENGINE
Loading...
Searching...
No Matches
platform_backend Struct Reference

GLFWプラットフォーム内部状態管理構造体 More...

Collaboration diagram for platform_backend:

Data Fields

choco_string_twindow_label
 
GLFWwindow * window
 
bool initialized_glfw
 
input_snapshot_t current
 
input_snapshot_t prev
 

Detailed Description

GLFWプラットフォーム内部状態管理構造体

Field Documentation

◆ current

input_snapshot_t platform_backend::current

入力状態のスナップショット(現在値)

◆ initialized_glfw

bool platform_backend::initialized_glfw

GLFW初期済みフラグ

◆ prev

input_snapshot_t platform_backend::prev

入力状態のスナップショット(前回値)

◆ window

GLFWwindow* platform_backend::window

GLFWウィンドウ構造体インスタンス

◆ window_label

choco_string_t* platform_backend::window_label

ウィンドウラベル


The documentation for this struct was generated from the following file: