nux-0.9.46

Nux/MouseHandler.h File Reference

#include "NuxGraphics/Events.h"
#include "Utils.h"
#include "NuxGraphics/Events.h"

Go to the source code of this file.

Data Structures

class  nux::AreaEventProcessor

Namespaces

namespace  nux

Enumerations

enum  nux::AreaMouseStatus {
  nux::AREA_MOUSE_STATUS_NONE = 0L, nux::AREA_MOUSE_STATUS_DOWN = (1L << 0), nux::AREA_MOUSE_STATUS_UP = (1L << 1), nux::AREA_MOUSE_STATUS_FOCUS = (1L << 2),
  nux::AREA_MOUSE_STATUS_MOVE = (1L << 3), nux::AREA_MOUSE_STATUS_ENTER = (1L << 4), nux::AREA_MOUSE_STATUS_LEAVE = (1L << 5)
}
 

State of the mouse on an area.

More...