Browse Source

controllers/npad: Add accessor for current press state

Allows frontend/features to access pressed buttons conveniently as possible
nce_cpp
Zach Hilman 7 years ago
parent
commit
b1fbf45e5e
  1. 1
      src/core/hle/service/hid/hid.h

1
src/core/hle/service/hid/hid.h

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

Loading…
Cancel
Save