This is a read-only snapshot of the ComputerCraft forums, taken in April 2020.
CreeperGoBoom's profile picture

Multiple Touchscreen Monitors To One Computer Each With A Different Function, Is This Possible?

Started by CreeperGoBoom, 11 November 2013 - 03:19 AM
CreeperGoBoom #1
Posted 11 November 2013 - 04:19 AM
title says it all, how can i detect what monitor is being touched on the network? or do i need to have one computer for each different touchscreen monitor?
Bomb Bloke #2
Posted 11 November 2013 - 04:37 AM
Per the parameters listed out on the CC wiki, the first bit of info a monitor_touch event returns (other then that it's a monitor_touch event) is the "side" it came from.

If the monitor is attached via a wired modem or some such, then instead of a "side" it'll return its name on that network (eg "monitor_0").
CreeperGoBoom #3
Posted 11 November 2013 - 04:41 AM
Thanks a bunch that was a massive help, Kudos to you my friend :D/>