Skip to content

Commit

Permalink
setPlayerIndex JavaDoc clarificaton
Browse files Browse the repository at this point in the history
  • Loading branch information
MrStahlfelge committed Sep 6, 2020
1 parent b859892 commit 77013e8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/java/com/studiohartman/jamepad/ControllerIndex.java
Original file line number Diff line number Diff line change
Expand Up @@ -255,8 +255,8 @@ public int getPlayerIndex() throws ControllerUnpluggedException {
*/

/**
* Sets player index, if possible. At the time being, this doesn't seem to be supported on
* Windows, Linux and Mac by SDL
* Sets player index. At the time being, this doesn't seem to change the indication lights on
* a controller on Windows, Linux and Mac, but only an internal representation index.
* @param index
*/
public void setPlayerIndex(int index) throws ControllerUnpluggedException {
Expand Down

0 comments on commit 77013e8

Please sign in to comment.