Files
ss/include/d/d_pad.h
T
robojumper d35fb6db76 Attention (#35)
* attention

* Header

* These were meant to be public

* fixup merge

---------

Co-authored-by: elijah-thomas774 <elijahthomas774@gmail.com>
2024-09-27 20:01:18 -04:00

12 lines
141 B
C++

#ifndef D_PAD_H
#define D_PAD_H
class dPad {
public:
static bool checkButtonZPressed();
static bool checkButtonZHeld();
};
#endif