GL CHOCO ENGINE
Loading...
Searching...
No Matches
window_event.h
Go to the documentation of this file.
1
16#ifndef GLCE_ENGINE_CORE_EVENT_WINDOW_EVENT_H
17#define GLCE_ENGINE_CORE_EVENT_WINDOW_EVENT_H
18
19#ifdef __cplusplus
20extern "C" {
21#endif
22
27typedef enum {
30
35typedef struct window_event_args {
41
46typedef struct window_event {
50
51#ifdef __cplusplus
52}
53#endif
54#endif
ウィンドウイベント付随情報
Definition: window_event.h:35
int window_width
Definition: window_event.h:36
int window_height
Definition: window_event.h:37
int framebuffer_height
Definition: window_event.h:39
int framebuffer_width
Definition: window_event.h:38
ウィンドウイベント構造体
Definition: window_event.h:46
window_event_args_t event_args
Definition: window_event.h:48
window_event_code_t event_code
Definition: window_event.h:47
struct window_event window_event_t
ウィンドウイベント構造体
struct window_event_args window_event_args_t
ウィンドウイベント付随情報
window_event_code_t
ウィンドウイベント種別リスト
Definition: window_event.h:27
@ WINDOW_EVENT_RESIZE
Definition: window_event.h:28