mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-03 07:30:56 +00:00
include hardwarekeys.cpp in compilation
This commit is contained in:
parent
f159cb1740
commit
623bbbcb02
@ -1,6 +1,7 @@
|
||||
MODULE := backends/platform/sdl
|
||||
|
||||
MODULE_OBJS := \
|
||||
hardwarekeys.o \
|
||||
sdl_driver.o
|
||||
|
||||
MODULE_DIRS += \
|
||||
|
@ -79,6 +79,9 @@ public:
|
||||
// Returns true if an event was retrieved.
|
||||
virtual bool pollEvent(Common::Event &event);
|
||||
|
||||
// Define all hardware keys for keymapper
|
||||
virtual Common::HardwareKeySet *getHardwareKeySet();
|
||||
|
||||
// Set function that generates samples
|
||||
virtual void setupMixer();
|
||||
static void mixCallback(void *s, byte *samples, int len);
|
||||
|
Loading…
Reference in New Issue
Block a user