mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-04 10:54:24 -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);
|
InputDevice *consider_add_js_device(int index);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
public:
|
PUBLISHED:
|
||||||
InputDeviceSet get_devices() const;
|
InputDeviceSet get_devices() const;
|
||||||
InputDeviceSet get_devices(InputDevice::DeviceClass device_class) const;
|
InputDeviceSet get_devices(InputDevice::DeviceClass device_class) const;
|
||||||
|
|
||||||
PUBLISHED:
|
|
||||||
void add_device(InputDevice *device);
|
void add_device(InputDevice *device);
|
||||||
void remove_device(InputDevice *device);
|
void remove_device(InputDevice *device);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user