📄 makefile.am
字号:
## Makefile.am for the SDL event handling librarynoinst_LTLIBRARIES = libevents.la# Include the architecture-independent sourcesCOMMON_SRCS = \ SDL_events.c \ SDL_events_c.h \ SDL_expose.c \ SDL_sysevents.h \ SDL_quit.c \ SDL_active.c \ SDL_keyboard.c \ SDL_mouse.c \ SDL_resize.clibevents_la_SOURCES = $(COMMON_SRCS)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -