.. LocalToGlobal

.. default - domain::js

.. include:: /includes/standard.rst

======================
LocalToGlobal (Kernel)
======================

.. function:: LocalToGlobal(event)

	
	Converts the event object from a port relative one to a screen relative one. If the event is specific to window, it will make it available to the entire screen.
	
	:param heapPtr event: An :class:`Event` object.


