VG3_sysmenu_lastcall()
Return the timestamp of the last call of the system-menu in seconds.SYNTAX
time_t
VG3_sysmenu_lastcall(struct vg3_sysmenu *sysm)
FUNCTION PARAMETERS
sysm | System-menu-struct |
RETURN VALUE
Returns the timestamp of the last call of the system-menu in seconds.
DESCRIPTION
To be informed, if key-definitions in the system-menu were changed,
save the last timestamp of the call of the system-menu,
then check it with this function.
When changed, the function VG3_sysmenu_getkeyval() may be used
to get the new key-definitions.