All Classes Files Functions Variables Typedefs Pages
Public Attributes | List of all members
MouseInput Struct Reference

Description

Additional data about a mouse input.

Public Attributes

union {
   struct {
      float   x
 Absolute position or delta of mouse movement (x axis)
 
      float   y
 Absolute position or delta of mouse movement (y axis)
 
   } 
 
   struct {
      float   scrollX
 Scroll delta (x)
 
      float   scrollY
 Scroll delta (y)
 
   } 
 
};