1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> 2<html> 3 4<head> 5<title></title> 6<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> 7</head> 8<body> 9 10The <code>com.jme3.input.controls</code> package allows user code to listen 11to input events regardless of the type of input used. 12<p> 13Users will receive input in one of two forms, either 14{@link com.jme3.input.controls.AnalogListener analog input} or 15{@link com.jme3.input.controls.Action digital/action input}. 16 17 18</body> 19</html> 20