Hi, I'm new to this lark.
I'm a student using lwjgl to attach a Guitar hero guitar to a music program I'm writing (windows).
Everything works fine but some time after I've used:
Controllers.create();
I want to be able to be able to update the Controllers with their current state.
I was wondering if there was a way. Controllers.destroy() doesn't achieve this.
Thanks!