multimon.h

来自「ati driver」· C头文件 代码 · 共 28 行

H
28
字号
/*	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 + =
减小字号Ctrl + -
显示快捷键?