Sensor Class

SFML.Net

Sensor Class
Give access to the real-time state of sensors
Inheritance Hierarchy
SystemObject  SFML.WindowSensor

Namespace: SFML.Window
Assembly: sfmlnet-window-2 (in sfmlnet-window-2.dll) Version: 2.2.0.0 (2.2.0)
Syntax
public static class Sensor
Public NotInheritable Class Sensor
public ref class Sensor abstract sealed
[<AbstractClassAttribute>]
[<SealedAttribute>]
type Sensor =  class end

The Sensor type exposes the following members.

Methods
  NameDescription
Public methodStatic memberGetValue
Get the current sensor value
Public methodStatic memberIsAvailable
Check if a sensor is available on the underlying platform
Public methodStatic memberSetEnabled
Enable or disable a sensor
Top
See Also