X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;ds=sidebyside;f=source%2Finput%2Fdevice.h;h=e80029054548fe82c0a985bb2690b23c6773021c;hb=3c5bbaeadb33d288c0f9e487b52904b7ed7e4319;hp=5ef63053ed8e9b59b5ad3442edce6d1f6c28b402;hpb=73eebea348ced3b684d356238858c00b72cf5361;p=libs%2Fgui.git diff --git a/source/input/device.h b/source/input/device.h index 5ef6305..e800290 100644 --- a/source/input/device.h +++ b/source/input/device.h @@ -57,7 +57,7 @@ public: sigc::signal::accumulated signal_axis_motion; protected: - DeviceType type; + DeviceType type = UNSPECIFIED; std::string name; std::vector buttons; std::vector axes;