mirror of
https://github.com/panda3d/panda3d.git
synced 2025-09-30 16:58:40 -04:00
device: Fix missing init_type for InputDeviceNode
This commit is contained in:
parent
67110156d8
commit
6ad68d95cb
@ -23,6 +23,7 @@
|
||||
#include "dialNode.h"
|
||||
#include "evdevInputDevice.h"
|
||||
#include "inputDevice.h"
|
||||
#include "inputDeviceNode.h"
|
||||
#include "linuxJoystickDevice.h"
|
||||
#include "trackerNode.h"
|
||||
#include "virtualMouse.h"
|
||||
@ -68,6 +69,7 @@ init_libdevice() {
|
||||
ClientTrackerDevice::init_type();
|
||||
DialNode::init_type();
|
||||
InputDevice::init_type();
|
||||
InputDeviceNode::init_type();
|
||||
TrackerNode::init_type();
|
||||
VirtualMouse::init_type();
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user