FCT
载入中...
搜索中...
未找到
ContextEvent.h
浏览该文件的文档.
1
//
2
// Created by Administrator on 2025/7/28.
3
//
4
5
#ifndef CONTEXTEVENT_H
6
#define CONTEXTEVENT_H
7
namespace
FCT
8
{
9
class
Window
;
10
class
Context
;
11
namespace
ContextEvent
12
{
13
struct
WindowBound
14
{
15
Window
*
window
;
16
Context
*
context
;
17
};
18
}
19
}
20
#endif
//CONTEXTEVENT_H
FCT::Context
定义
Context.h:98
FCT::Window
定义
Window.h:66
FCT::ContextEvent
定义
ContextEvent.h:12
FCT
定义
Enums.h:8
FCT::ContextEvent::WindowBound
定义
ContextEvent.h:14
FCT::ContextEvent::WindowBound::window
Window * window
定义
ContextEvent.h:15
FCT::ContextEvent::WindowBound::context
Context * context
定义
ContextEvent.h:16
src
Context
ContextEvent.h
制作者
1.14.0