[r2]: / trunk / Library / Libname / Function Blocks / VisuFbMaterialSwitch / private / Hover / Get / svnobj  Maximize  Restore  History

Download this file

7 lines (6 with data), 1.0 kB

1
2
3
4
5
6
VAR
END_VAR
IsGet
IF m_pSwitchClientSpecificData <> NULL THEN
	Hover := m_pSwitchClientSpecificData^.m_xHover;
END_IF