Sleeping Wombat GUI  0.100
swGUI
Public Types | List of all members
sw::input::Mouse Struct Reference

#include <InputDeviceEvent.h>

Public Types

enum  PhysicalButtons : int8 {
  BUTTON0 = 0, BUTTON1 = 1, BUTTON2 = 2, BUTTON3 = 3,
  BUTTON4 = 4, BUTTON5 = 5, BUTTON6 = 6, BUTTON7 = 7,
  LEFT_BUTTON = BUTTON0, RIGHT_BUTTON = BUTTON1, MIDDLE_BUTTON = BUTTON2, XBUTTON1 = BUTTON3,
  XBUTTON2 = BUTTON4, NONE = 8
}
 Physical buttons. More...
 
enum  PhysicalAxes : int8 {
  X_AXIS = 0, Y_AXIS = 1, Z_AXIS = 2, W_AXIS = 3,
  WHEEL = Z_AXIS
}
 Physical axes of mouse. More...
 

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