mirror of
https://github.com/MikaylaFischler/cc-mek-scada.git
synced 2024-08-30 18:22:34 +00:00
added double click to custom events
This commit is contained in:
@ -270,6 +270,7 @@ types.ALARM_STATE_NAMES = {
|
|||||||
---| "mouse_drag"
|
---| "mouse_drag"
|
||||||
---| "mouse_scroll"
|
---| "mouse_scroll"
|
||||||
---| "mouse_up"
|
---| "mouse_up"
|
||||||
|
---| "double_click" (custom)
|
||||||
---| "paste"
|
---| "paste"
|
||||||
---| "peripheral"
|
---| "peripheral"
|
||||||
---| "peripheral_detach"
|
---| "peripheral_detach"
|
||||||
@ -285,7 +286,7 @@ types.ALARM_STATE_NAMES = {
|
|||||||
---| "websocket_failure"
|
---| "websocket_failure"
|
||||||
---| "websocket_message"
|
---| "websocket_message"
|
||||||
---| "websocket_success"
|
---| "websocket_success"
|
||||||
---| "clock_start" custom, added for reactor PLC
|
---| "clock_start" (custom)
|
||||||
|
|
||||||
---@alias fluid
|
---@alias fluid
|
||||||
---| "mekanism:empty_gas"
|
---| "mekanism:empty_gas"
|
||||||
|
Reference in New Issue
Block a user