summaryrefslogtreecommitdiff
path: root/uisimulator/common/stubs.c
diff options
context:
space:
mode:
Diffstat (limited to 'uisimulator/common/stubs.c')
-rw-r--r--uisimulator/common/stubs.c14
1 files changed, 14 insertions, 0 deletions
diff --git a/uisimulator/common/stubs.c b/uisimulator/common/stubs.c
index 6ad0b986f3..54ab6be76f 100644
--- a/uisimulator/common/stubs.c
+++ b/uisimulator/common/stubs.c
@@ -381,3 +381,17 @@ void touchpad_set_sensitivity(int level)
381 (void)level; 381 (void)level;
382} 382}
383#endif 383#endif
384
385#if defined(HAVE_TOUCHSCREEN) && !defined HAS_BUTTON_HOLD
386void touchscreen_enable_device(bool en)
387{
388 (void)en;
389}
390#endif
391
392#if defined(HAVE_TOUCHPAD) && !defined HAS_BUTTON_HOLD
393void touchpad_enable_device(bool en)
394{
395 (void)en;
396}
397#endif