controllers/npad: Add accessor for current press state

Allows frontend/features to access pressed buttons conveniently as possible
This commit is contained in:
Zach Hilman 2018-12-22 21:27:44 -05:00
parent 48a356ee91
commit b1fbf45e5e

View file

@ -3,6 +3,7 @@
// Refer to the license.txt file included.
#pragma once
#include "core/hle/service/service.h"
#include "controllers/controller_base.h"
#include "core/hle/service/service.h"