aboutsummaryrefslogtreecommitdiff
path: root/engine/src/core/com/jme3/input/controls/package.html
blob: 2303ea91a53c99f9b05a8a1325fb11f2cd33c773 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>

<head>
<title></title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
</head>
<body>

The <code>com.jme3.input.controls</code> package allows user code to listen
to input events regardless of the type of input used. 
<p>
Users will receive input in one of two forms, either 
{@link com.jme3.input.controls.AnalogListener analog input} or
{@link com.jme3.input.controls.Action digital/action input}.


</body>
</html>