Type Number Event heading (compass) Revision Current Public Release (2018.3326) Keywords heading, compass, geographic
Provides the heading in degrees (clockwise) relative to the geographic North Pole, sometimes known as true North.
local function updateCompass( event ) print ( "Compass geographic: " .. event.geographic ) end Runtime:addEventListener( "heading" , updateCompass ) |