I am using the UI.lua file to generate buttons and want to be able to press multiple buttons at the same time. Is their a way to modify the UI.lua file to do this? [import]uid: 4871 topic_id: 766 reply_id: 300766[/import]
We’re planning on adding multitouch support, would that solve your problem? [import]uid: 54 topic_id: 766 reply_id: 1551[/import]
Maybe, but I need to be able to press a button while another button is down. I can already press one and slide my finger across the screen without lifting it and press another button. My problem is that the button needs to be the focus and I am not sure how to get around that. I just need to do away with focus all together or something… I am not exactly sure. [import]uid: 4871 topic_id: 766 reply_id: 1567[/import]
Actually, is there any code to just reset a buttons focus to false on touch outside of the ui.lua file? That is what I need at the moment. [import]uid: 4871 topic_id: 766 reply_id: 1568[/import]