peripheral 
Vars | |
| master_pc | Computer we're attached to. |
|---|---|
Procs | |
| deferred_peripheral_input | Call peripheral_input after a specified amount of time |
| on_attach | Called when a peripheral is attached to a computer |
| on_detach | Called when a peripheral is removed from a computer |
| on_ui_click | Called when the peripheral's ui button is clicked. |
Var Details
master_pc 
Computer we're attached to.
Proc Details
deferred_peripheral_input
Call peripheral_input after a specified amount of time
on_attach
Called when a peripheral is attached to a computer
on_detach
Called when a peripheral is removed from a computer
on_ui_click
Called when the peripheral's ui button is clicked.