SFML.Net
SensorGetValue Method |
Get the current sensor value
Namespace: SFML.Window
Assembly: sfmlnet-window-2 (in sfmlnet-window-2.dll) Version: 2.2.0.0 (2.2.0)

public static Vector3f GetValue( SensorType Sensor )
Public Shared Function GetValue ( Sensor As SensorType ) As Vector3f
public: static Vector3f GetValue( SensorType Sensor )
static member GetValue : Sensor : SensorType -> Vector3f
Parameters
- Sensor
- Type: SFML.WindowSensorType
Sensor to check
Return Value
Type: Vector3fThe current sensor value
