llvm-mos-sdk
Functions
controller.h File Reference
#include <stdint.h>
#include <neo6502.h>
Include dependency graph for controller.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

uint8_t neo_controller_read_default (void)
 Read the default controller's status. More...
 
uint8_t neo_controller_count (void)
 Read the connected controller count. More...
 
uint32_t neo_controller_read (uint8_t index)
 Read the specified controller's status. More...
 

Function Documentation

◆ neo_controller_count()

uint8_t neo_controller_count ( void  )

Read the connected controller count.

◆ neo_controller_read()

uint32_t neo_controller_read ( uint8_t  index)

Read the specified controller's status.

◆ neo_controller_read_default()

uint8_t neo_controller_read_default ( void  )

Read the default controller's status.