NvInputEventType Struct Reference

These are specific types of input tracked for pointing devices. More...

#include <NvGestureEvent.h>

List of all members.

Public Types

enum  Enum { HOVER = 0, DOWN, MOVE, UP }


Detailed Description

These are specific types of input tracked for pointing devices.


Member Enumeration Documentation

Enumerator:
HOVER  Input pointer is 'hovering' over app window, not yet 'pressing'.

DOWN  Input has been 'pressed' down.
MOVE  Input is moving while down.
UP  Input has been 'released' up.


The documentation for this struct was generated from the following file: