desktop/emulator

This commit is contained in:
Martín Fdez
2020-07-20 22:37:00 +02:00
committed by Martín Fernández
parent a328f09cc4
commit fca7f9e7d5
2 changed files with 34 additions and 51 deletions

View File

@@ -328,6 +328,10 @@ function Device:setDateTime(year, month, day, hour, min, sec) end
-- Device specific method if any setting needs being saved
function Device:saveSettings() end
-- Simulates suspend/resume
function Device:simulateSuspend() end
function Device:simulateResume() end
--[[--
Device specific method for performing haptic feedback.