Game Control Plus  1.2.2
 All Classes Namespaces Functions Variables Pages
net.java.games.input.ControllerListener Interface Referenceabstract

Public Member Functions

abstract void controllerRemoved (ControllerEvent ev)
 
abstract void controllerAdded (ControllerEvent ev)
 

Detailed Description

A listener for changes in the state of controllers

Member Function Documentation

abstract void net.java.games.input.ControllerListener.controllerAdded ( ControllerEvent  ev)
pure virtual

Invoked when a controller has been added.

abstract void net.java.games.input.ControllerListener.controllerRemoved ( ControllerEvent  ev)
pure virtual

Invoked when a controller is lost.