sfMouse Struct Reference

Definition of button codes for mouse events. More...

#include <Event.hpp>

List of all members.


Public Types

enum  Button {
  Left = 1 << 1,
  Right = 1 << 2,
  Middle = 1 << 3
}

Detailed Description

Definition of button codes for mouse events.

Definition at line 60 of file Event.hpp.


Member Enumeration Documentation

enum sfMouse::Button

Enumerator:
Left 
Right 
Middle 

Definition at line 62 of file Event.hpp.


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