Graphics Keyword List

A list of the keywords and procedures of FreeBASIC's graphics library.

Description
	If a program intentionally does not use the graphics command surface and 
	needs selected gfxlib command words as normal identifiers, define 
	KeyPgFbNoGfxlibFb_No_Gfxlib before those names are parsed.

	* KeyPgAddGfxAdd
	* KeyPgAlphaGfxAlpha
	* KeyPgAndGfxAnd (Graphics Put)
	* KeyPgBloadBLoad
	* KeyPgBsaveBSave
	* KeyPgCircleCircle
	* KeyPgColorColor
	* KeyPgCustomgfxCustom
	* KeyPgDrawDraw
	* KeyPgDrawStringDraw String
	* KeyPgEventEvent (Message Data From Screenevent)
	* KeyPgFlipFlip
	* KeyPgImageConvertRowImageConvertRow
	* KeyPgImagecreateImageCreate
	* KeyPgImageDestroyImageDestroy
	* KeyPgImageInfoImageInfo
	* KeyPgGetgraphicsGet (Graphics)
	* KeyPgGetjoystickGetJoystick
	* KeyPgGetmouseGetMouse
	* KeyPgGetxpadGetxpad
	* KeyPgInpInp
	* KeyPgLinegraphicsLine (Graphics)
	* KeyPgMultikeyMultiKey
	* KeyPgOutOut
	* KeyPgOrGfxOr (Graphics Put)
	* KeyPgPaintPaint
	* KeyPgPalettePalette
	* KeyPgPcopyPCopy
	* KeyPgPmapPMap

	* KeyPgPointPoint
	* KeyPgPointCoordPointCoord
	* KeyPgPresetPReset
	* KeyPgPsetPSet
	* KeyPgPsetGfxPset (Graphics Put)
	* KeyPgPutgraphicsPut (Graphics)
	* KeyPgRgbRGB
	* KeyPgRgbaRGBA
	* KeyPgScreengraphicsScreen (Graphics)
	* KeyPgScreencontrolScreenControl
	* KeyPgScreencopyScreenCopy
	* KeyPgScreeneventScreenEvent
	* KeyPgScreenglprocScreenGLProc
	* KeyPgScreeninfoScreenInfo
	* KeyPgScreenlistScreenList
	* KeyPgScreenlockScreenLock
	* KeyPgScreenptrScreenPtr
	* KeyPgScreenresScreenRes
	* KeyPgScreensetScreenSet
	* KeyPgScreensyncScreenSync
	* KeyPgScreenunlockScreenUnlock
	* KeyPgSetmouseSetMouse
	* KeyPgTransGfxTrans
	* KeyPgViewgraphicsView (Graphics)
	* KeyPgWaitWait
	* KeyPgWindowWindow
	* KeyPgWindowtitleWindowTitle
	* KeyPgXorGfxXor (Graphics Put)

