Inheritance diagram for WindowSensor:

Public Member Functions | |
| virtual bool | handleEvent (const Event &event) |
| Callback function that is implemented by the callee. | |
Authoring Interface:
WindowSensor {
// from DeviceSensorNode
field SFBoolean enabled true
field SFURL device ""
eventOut SFBoolean isInside
eventOut SFBoolean hasInputFocus
eventOut SFBoolean isIconified
eventOut SFVec2f size
}
| enabled | controls whether this node will emit any events. Default value: true | |
| device | is a string identifying the device this sensor is listening to. Default value: "" | |
| isInside | fires true when the pointing device enters the window and false when it leaves the window. | |
| hasInputFocus | fires true when this window gains input focus and false when it loses focus. | |
| isIconified | fires true when the window is iconified and false when it is uniconified. | |
| size | fires with the current x,y size of the window in pixels whenever the window size changes. |
Functionality:
...
|
|
Callback function that is implemented by the callee.
Reimplemented from DeviceSensorNode. |
1.4.3