Wiki Page Content

Differences between revisions 1 and 2
Revision 1 as of 2020-01-13 08:53:39
Size: 525
Editor: markand
Comment: Create SDL_NumSensors page
Revision 2 as of 2020-01-13 13:46:38
Size: 525
Editor: markand
Comment: Add CategorySensor
Deletions are marked like this. Additions are marked like this.
Line 23: Line 23:
[[CategoryAPI]], [[CategoryEvents]] [[CategoryAPI]], [[CategorySensor]]

SDL_NumSensors

Get the platform dependent type of a sensor.

This can be called before any sensors are opened.

Syntax

int SDL_SensorGetDeviceNonPortableType(int device_index);

Function Parameters

device_index

The device index to check

Return Value

The sensor platform dependent type, or -1 if device_index is out of range.


CategoryAPI, CategorySensor

None: SDL_NumSensors (last edited 2020-01-13 13:46:38 by markand)

(Page Info.)
Feedback
Please include your contact information if you'd like to receive a reply.
Submit