summaryrefslogtreecommitdiff
path: root/scripts/custom_events.lua
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/custom_events.lua')
-rw-r--r--scripts/custom_events.lua39
1 files changed, 39 insertions, 0 deletions
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