Query: sensor
OS: bsd
Section: 3i
Links: bsd man pages all man pages
Forums: unix linux community forum categories
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
Sensor(3I) Sensor(3I)NAMESensor - describe input interestSYNOPSIS#include <InterViews/sensor.h>DESCRIPTIONA sensor specifies a set of input events to catch.PUBLIC OPERATIONSSensor() Create a new sensor that initially will not catch any events. virtual void motion(boolean) Specify the sensor should (parameter is true) or should not (parameter is false) catch pointer motion events. virtual boolean motion() Return whether the sensor is catching pointer motion events. virtual void key(boolean) Specify the sensor should (parameter is true) or should not (parameter is false) catch keyboard events. virtual boolean key() Return whether the sensor is catching keyboard events. virtual void button(boolean, PointerButton = Event::any) Specify the sensor should (parameter is true) or should not (parameter is false) catch button events. The pointer button may spec- ify a particular button or Event::any (meaning all button events). virtual boolean button(PointerButton = Event::any) Return whether the sensor is catching button events. The pointer button may specify a particular button or Event::any (meaning any of the buttons). virtual boolean caught(Event&) Return whether the sensor is catching the given event. void Catch(EventType) Express interest in a particular type of event. This function is provided solely for backward compatibility and will be removed in a future version. void CatchButton(EventType, int) Express interest in a particular type of button event for a specific button. This function is provided solely for backward compati- bility and will be removed in a future version. void Ignore(EventType) Remove interest in a particular type of event. This function is provided solely for backward compatibility and will be removed in a future version. void IgnoreButton(EventType, int) Remove interest in a particular type of button event for a specific button. This function is provided solely for backward compati- bility and will be removed in a future version.SEE ALSOEvent(3I) InterViews Reference Manual Sensor(3I)
Related Man Pages |
---|
sensor(3i) - debian |
sensor(3i) - php |
sensor(3i) - minix |
sensor(3i) - mojave |
sensor(3i) - freebsd |
Similar Topics in the Unix Linux Community |
---|
Students will interest... |
Deciphering the Myths Around Complex Event Processing |
Sensor Events, Business Event… |
Subukan Sensor 46b (Default branch) |
OpenBSM not catching all file writes |