Overview   Project   Class   Tree   Deprecated   Index 
0 A.D.
FRAMES    NO FRAMES
SUMMARY:  INNER | FIELD | CONSTR | METHOD

lib.sysdep.osx
(lib.sysdep.osx globals)

   in osx.cpp

(lib.sysdep.osx globals)


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

gfx_get_video_mode

 LibError gfx_get_video_mode( int* xres, int* yres, int* bpp, int* freq );
get current video mode. this is useful when choosing a new video mode.
Parameters:
xres, - yres (optional out) resolution [pixels]
bpp - (optional out) bits per pixel
freq - (optional out) vertical refresh rate [Hz]
Returns:
LibError; INFO::OK unless: some information was requested (i.e. pointer is non-NULL) but cannot be returned. on failure, the outputs are all left unchanged (they are assumed initialized to defaults)
See osx.cpp.

sys_clipboard_free

 LibError sys_clipboard_free( wchar_t* copy );
See osx.cpp.

sys_clipboard_get

 wchar_t* sys_clipboard_get( void );
See osx.cpp.

sys_clipboard_set

 LibError sys_clipboard_set( const wchar_t* text );
See osx.cpp.

 Overview   Project   Class   Tree   Deprecated   Index 
0 A.D.
Generated on September 04, 2007 at 18:13
CppDoc v2.4.0
FRAMES    NO FRAMES
SUMMARY:  INNER | FIELD | CONSTR | METHOD