let's add the Mouse constructor, that'd be a good idea

This commit is contained in:
AJ Kelly
2011-02-23 19:28:29 -06:00
parent 027006a056
commit f0ce616868
-2
View File
@@ -3,14 +3,12 @@
using __gnu_cxx::hash_map;
/*
Mouse::Mouse() : id( InputDevice_Invalid ),
x_axis( 0 ), x_min( 0 ), x_max( 0 ),
y_axis( 0 ), y_min( 0 ), y_max( 0 ),
z_axis( 0 ), z_min( 0 ), z_max( 0 )
{
}
*/
bool MouseDevice::AddLogicalDevice( int usagePage, int usage )
{