mirror of
https://github.com/love2d/love.git
synced 2026-08-15 07:41:11 +02:00
Add love.sensor.getName(sensorType)
This commit is contained in:
@@ -71,6 +71,8 @@ public:
|
||||
**/
|
||||
virtual std::vector<void *> getHandles() = 0;
|
||||
|
||||
virtual const char *getSensorName(SensorType type) = 0;
|
||||
|
||||
STRINGMAP_CLASS_DECLARE(SensorType);
|
||||
|
||||
}; // Sensor
|
||||
|
||||
Reference in New Issue
Block a user