summaryrefslogtreecommitdiff
path: root/scripts/custom_events.lua
blob: 4cebe7ac8041b6ab67d31c6ac0176a487c16199b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
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