General • Asked 6 months ago by Aboobacker MK
What is the current status of simulator interface in a touch screen. Any improvements planned ?
Most of the events listeners used in the simulator are detectable by a touchscreen, except mouse event listeners like mouseup,move,down, used in the simulator aren't made to detect by touch. Functionality define under those listeners won't work in touch.
We can do something similar to this --> https://draw.io
Clicking on a component will popup settings [copy/rename/delete]
Draggin a component will move it on the board
That's as simple as this..