- This wiki is out of date, use the continuation of this wiki instead
LCD IntVersion
From FenixWiki
(Difference between revisions)
Revision as of 14:15, 26 December 2007 (edit) Sandman (Talk | contribs) (New page: Category:functions Category:lcddll Category:dll '''Up to LCD.DLL Functions''' ---- ==Definition== '''INT''' LCD_IntVersion ( ) Returns the curre...) ← Previous diff |
Current revision (14:15, 26 December 2007) (edit) (undo) Sandman (Talk | contribs) (New page: Category:functions Category:lcddll Category:dll '''Up to LCD.DLL Functions''' ---- ==Definition== '''INT''' LCD_IntVersion ( ) Returns the curre...) |
Current revision
[edit] Definition
INT LCD_IntVersion ( )
Returns the current LCD.DLL version.
[edit] Returns
INT : The current LCD.DLL version (int).
[edit] Example
Program example; include "LCD.fh"; Private int lcdver; Begin lcdver = LCD_IntVersion(); Loop frame; End End
LCD.DLL Functions | |
• LCD_About() • LCD_Close() • LCD_Devices() • LCD_GetDepth() • LCD_GetHeight() • LCD_GetNumButtons() • LCD_GetWidth() • LCD_Init() • LCD_IntVersion() • LCD_Open() • LCD_Quit() • LCD_ReadButton() • LCD_ReadButtons() • LCD_SetBitmap() • LCD_Version() • |
Categories: Functions | Lcddll | Dll