📄 listing6-09_hardcodingfullcanvasheight.txt
字号:
// use this snippet to use hardcoded values
// within your program while remaining flexible
// at the same time:
//#ifdef polish.FullCanvasHeight:defined
//#= int height = ${ polish.FullCanvasHeight };
//#else
int height = getHeight();
//#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -