Skip to content

Commit 3b98258

Browse files
committed
Merge branch 'master' of https://github.com/calebtt/XMapLib
2 parents 6f41c37 + 23512ae commit 3b98258

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,10 @@ A closer to the metal library for Xbox controller to keyboard and mouse input.
33

44
<a href="https://ibb.co/vmjctWD"><img src="https://i.ibb.co/ZKMfZrN/XMap-Lib-uml.jpg" alt="XMap-Lib-uml" border="0"></a>
55

6-
The main classes for use are <b>MouseMapper</b>, <b>KeyboardMapper</b>, <b>MousePlayerInfo</b>, <b>KeyboardPlayerInfo</b> and to set the mapping details <b>KeyboardKeyMap</b>.
6+
The main classes for use are :
7+
<b><p><a href="https://github.com/calebtt/XMapLib/blob/master/XMapLib/MouseMapper.h">MouseMapper</a></p></b>
8+
<b><p><a href="https://github.com/calebtt/XMapLib/blob/master/XMapLib/KeyboardMapper.h">KeyboardMapper</a></p></b>
9+
<b><p><a href="https://github.com/calebtt/XMapLib/blob/master/XMapLib/MousePlayerInfo.h">MousePlayerInfo</a></p></b>
10+
<b><p><a href="https://github.com/calebtt/XMapLib/blob/master/XMapLib/KeyboardPlayerInfo.h">KeyboardPlayerInfo</a></p></b>
11+
To set the mapping details <b><a href="https://github.com/calebtt/XMapLib/blob/master/XMapLib/KeyboardKeyMap.h">KeyboardKeyMap</a></b> encapsulates the information comprising a controller key to keyboard/mouse key mapping.
12+
<p>Also, please see the <b><a href="https://github.com/calebtt/XMapLib/blob/master/XMapLib/XMapLib.cpp">Example</a></b></p>

0 commit comments

Comments
 (0)