BEEP-8 Helper Lib 1.0.0
|
NES controller emulation module for touch screen devices. More...
#include <beep8.h>
Go to the source code of this file.
Classes | |
class | CfgNesCtrl |
Configuration for the NES controller. More... | |
class | CNesCtrl |
NES controller emulation class. More... | |
Enumerations | |
enum class | ENesCtrl : u8 { LEFT , UP , RIGHT , DOWN , BTN_A , BTN_B , MAX } |
Enumeration of NES controller buttons. More... | |
NES controller emulation module for touch screen devices.
This module provides an emulation of the NES controller, allowing touch screen devices to simulate NES controller inputs. It is designed for use in debugging environments and tool development. In actual games, a serial console is not available, so this module is intended solely for debugging purposes and is not mandatory for users.
|
strong |