📄 makefile.am
字号:
## Makefile.am for SDL using the MacOS X Quartz video drivernoinst_LTLIBRARIES = libvideo_quartz.lalibvideo_quartz_la_SOURCES = $(QUARTZ_SRCS)# The SDL MacOS X Quartz video driver sourcesQUARTZ_SRCS = \ SDL_QuartzKeys.h \ SDL_QuartzVideo.h \ SDL_QuartzVideo.m# These files are included by SDL_QuartzVideo.m (is that right??)noinst_HEADERS = \ SDL_QuartzEvents.m \ SDL_QuartzWM.m \ SDL_QuartzWindow.m
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -