mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-04 02:42:49 -04:00
Moved get_devices functions into PUBLISHED section
This commit is contained in:
parent
2e8338c681
commit
271997b462
@ -37,11 +37,10 @@ private:
|
||||
InputDevice *consider_add_js_device(int index);
|
||||
#endif
|
||||
|
||||
public:
|
||||
PUBLISHED:
|
||||
InputDeviceSet get_devices() const;
|
||||
InputDeviceSet get_devices(InputDevice::DeviceClass device_class) const;
|
||||
|
||||
PUBLISHED:
|
||||
void add_device(InputDevice *device);
|
||||
void remove_device(InputDevice *device);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user