GPC Developer Guides
Device Functions
here we will cover a few new functions available within your code, these functions function description get polar gets the stick output at a given angle or radius with a high resolution value get ipolar gets the unmodified stick output at a given angle or radius with a high resolution value polar ls allows you to get a angle or radius for left stick polar rs allows you to get a angle or radius for right stick polar angle you can get the angle from 0 to 359 polar radius you can get the radius from 32 768 to +32 767 get polar get polar gets the stick output at a given angle or radius with a high resolution value gpc get polar(polar rs,polar angle); //or get polar(polar ls,polar radius) 🔴 syntax get polar(stick, angle or radius); ⚪ parameters \<stick> defined stick (polar ls or polar rs) \<angle or radius> polar angle or polar radius the parameter you wish to get 🔵 returns current angle or radius of an analog stick