Cronus GPC Documentation
Cronus CommunityGPC LibraryGPC Guide
  • Welcome
  • Introduction
    • GPC Explained
    • What's New with Zen?
  • Basic Syntax
  • A Simple Tutorial
  • Style Guide
  • GPC Structure
  • Basic GPC Structure
  • Definitions
  • Data Section
  • Remapping
  • Variables
  • Init Section
  • Main Section
  • Combo Section
  • User Created Functions
  • GPC Programming Basics
  • Constants
    • Zen
      • OLED
      • ASCII Constants
      • PIO
    • Keyboard
      • Keyboard
    • Controller
      • Polar
      • LED
      • Rumble
      • PS3
      • PS4
      • XBox 360
      • Xbox One
      • Nintendo WII
      • Nintendo Switch
    • Racing Wheel
      • G29
      • G27
      • G25
      • DF
      • DF GT
      • DF Pro
    • Trace
    • Memory
    • Misc
  • Flow Control
  • Persistent Memory
  • Operator Types
  • Identifiers
  • Functions & Commands
    • Internal Functions
      • Bit Functions
      • Combo Functions
      • Math Functions
      • Device Functions
      • OLED Display Functions
    • Console Functions
      • Core Console Functions
    • Controller Functions
      • Core Controller Functions
      • Rumble Functions
      • LED Functions
    • Keyboard Functions
      • Core Keyboard Functions
  • GPC Examples
    • #1
Powered by GitBook
On this page

Was this helpful?

  1. Constants
  2. Controller

Polar

The below table outlines all of the POLAR Commands which are defined, with value and what character they represent

Name

Description

Value

Zen

Plus

POLAR_RS

set_polar identifier for the right stick

2

✔️

❌

POLAR_LS

set_polar identifier for the left stick

4

✔️

❌

POLAR_RX

get/set_val identifier for the right stick X axis

44

✔️

❌

POLAR_RY

get/set_val identifier for the right stick Y axis

45

✔️

❌

POLAR_LX

get/set_val identifier for the left stick X axis

46

✔️

❌

POLAR_LY

get/set_val identifier for the left stick Y axis

47

✔️

❌

PreviousControllerNextLED

Last updated 5 years ago

Was this helpful?