📄 multimon.h
字号:
/* Copyright (c) 2002, Thomas Kurschel Part of Radeon driver Multi-Monitor Settings interface*/#ifndef _MULTIMON_H#define _MULTIMON_Hclass BScreen;status_t GetSwapDisplays( BScreen *screen, bool *swap );status_t SetSwapDisplays( BScreen *screen, bool swap );status_t GetUseLaptopPanel( BScreen *screen, bool *use );status_t SetUseLaptopPanel( BScreen *screen, bool use );status_t GetNthSupportedTVStandard( BScreen *screen, int idx, uint32 *standard );status_t GetTVStandard( BScreen *screen, uint32 *standard );status_t SetTVStandard( BScreen *screen, uint32 standard );status_t TestMultiMonSupport( BScreen *screen );#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -