From 17ef33a3fc62a31565193320f1f5583077403b19 Mon Sep 17 00:00:00 2001 From: Hugues Hiegel Date: Fri, 15 Nov 2013 10:09:12 +0100 Subject: SliMax Manager 3.++ --- scripts/custom_events.lua | 39 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 scripts/custom_events.lua (limited to 'scripts/custom_events.lua') diff --git a/scripts/custom_events.lua b/scripts/custom_events.lua new file mode 100644 index 0000000..9b6513a --- /dev/null +++ b/scripts/custom_events.lua @@ -0,0 +1,39 @@ +-- Custom Events SLIMax Manager Scripts v1.2 +-- Copyright ©2012-2013 by Zappadoc - All Rights Reserved. +-- last change by Zappadoc - 2013-09 + +-- ================================ +-- IMPORTANT: +-- local custom events PLACEHOLDERS +-- DO NOT CHANGE THE SCRIPT BELOW +-- ================================ +function custom_controlsEvent(deviceType, ctrlType, ctrlPos, value, funcIndex, targetDevice) return 2 end +function custom_deviceReport(deviceType) return 2 end +function custom_ospMethodEvent(idx) return 2 end +function custom_ospG27MethodEvent(idx) return 2 end +function custom_ospFanatecMethodEvent(idx) return 2 end +function custom_ospSRDlxMethodEvent(idx) return 2 end +function custom_ospSRF1MethodEvent(idx) return 2 end +function custom_shiftLightsMethodEvent(idx) return 2 end +function custom_shiftLightsBU0710Event(idx) return 2 end +function custom_shiftLightsG27LedsMethodEvent(idx) return 2 end +function custom_shiftLightsFanatecMethodEvent(idx) return 2 end +function custom_shiftLightsSRDlxMethodEvent(idx) return 2 end +function custom_srdlxLeftDigitsEvent(swPosition) return 2 end +function custom_srdlxRightDigitsEvent(swPosition) return 2 end +function custom_shiftLightsSRF1MethodEvent(idx) return 2 end +function custom_srf1LeftDigitsEvent(swPosition) return 2 end +function custom_srf1RightDigitsEvent(swPosition) return 2 end +function custom_leftDigitsEvent(swPosition) return 2 end +function custom_rightDigitsEvent(swPosition) return 2 end +function custom_fanatecDigitsEvent(swPosition) return 2 end +function custom_spdLmtMethodEvent(idx) return 2 end +function custom_spdLmtG27MethodEvent(idx) return 2 end +function custom_spdLmtFanatecMethodEvent(idx) return 2 end +function custom_spdLmtSRDlxMethodEvent(idx) return 2 end +function custom_spdLmtSRF1MethodEvent(idx) return 2 end +function custom_gearEvent(gear) return 2 end +function custom_gearFanatecEvent(gear) return 2 end +function custom_enterSessionEvent(deviceType) return 2 end +function custom_exitSessionEvent(deviceType) return 2 end +function custom_ledEvent(idx, ledFunction, state) return 2 end \ No newline at end of file -- cgit v1.2.3