EndAccess
End access to the framebuffer for drawing
Declaration
void NAPI GA_cursorFuncs::EndAccess(void)
Prototype In
snap/graphics.h
Description
This function must be used by the application when the 2d reference rasteriser is using a software based cursor image. This function informs the 2d reference rasteriser that drawing has completed, and that it may restore the cursor image back to the display screen at it's original location (if it needed to be hidden).
This function is not used when the cursor is implemented entirely in hardware on the display device. It will also not be provided by hardware drivers, just by the 2d reference rasteriser library.
See Also
SetMonoCursor, SetMonoCursorColor, SetColorCursor, SetCursorPos, ShowCursor, BeginAccess, EndAccess, SetColorCursor256, SetColorCursorRGBA, IsHardwareCursor, SetColorCursorRGB
Copyright © 2002 SciTech Software, Inc. Visit our web site at http://www.scitechsoft.com