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
2019-03-04 18:39:57 -05:00
parent 07e13d6728
commit 9d1ab766a0
+1
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"