ControllerReadTest

Hi all :slight_smile:

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 :wink:

Removing it seems to effect nothing :slight_smile:

So, no idea why it’s there :slight_smile:

not at my test code to run it though yet

Endolf