Hi all
I am reading this test code, and found something that looks weird:
public ControllerWindow(JFrame frame,Controller ca){
In this constructor a JFrame is passed, but never used (unless I missed something in the code). Is there any reason to it?
I am just trying to understand the example to use jinput in my games