Exemplo n.º 1
0
	//-------------------------------------------------------------------------
	void AppScreenBase::pointerMoveEvent(MAPoint2d point)
	//-------------------------------------------------------------------------
	{
		(void)handlePointerMove( point );
	}
Exemplo n.º 2
0
	//-------------------------------------------------------------------------
	void ModalScreen::pointerMoveEvent(MAPoint2d point)
	//-------------------------------------------------------------------------
	{
		(void)handlePointerMove( point );
	}