|
0 A.D. | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Method Summary | |
LibError |
gfx_get_video_mode( int* xres, int* yres, int* bpp, int* freq )
get current video mode. |
LibError |
sys_clipboard_free( wchar_t* copy )
See osx.cpp |
wchar_t* |
sys_clipboard_get( void )
See osx.cpp |
LibError |
sys_clipboard_set( const wchar_t* text )
See osx.cpp |
Method Detail |
LibError gfx_get_video_mode( int* xres, int* yres, int* bpp, int* freq );
xres,
- yres (optional out) resolution [pixels]
bpp
- (optional out) bits per pixel
freq
- (optional out) vertical refresh rate [Hz]LibError sys_clipboard_free( wchar_t* copy );
wchar_t* sys_clipboard_get( void );
LibError sys_clipboard_set( const wchar_t* text );
|
0 A.D.
Generated on September 04, 2007 at 18:13 CppDoc v2.4.0 |
|||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |