diff --git a/inc/hgl/platform/InputDevice.h b/inc/hgl/platform/InputDevice.h index 553f5842..382d256f 100644 --- a/inc/hgl/platform/InputDevice.h +++ b/inc/hgl/platform/InputDevice.h @@ -10,9 +10,12 @@ namespace hgl { mbMove =0x00000001, ///<鼠标移动了 - mbLeft =0x00000010, ///<鼠标左键处于按下状态 - mbMid =0x00000100, ///<鼠标中键处于按下状态 - mbRight =0x00001000, ///<鼠标右键处于按下状态 + mbLeft =0x00000002, ///<鼠标左键处于按下状态 + mbMid =0x00000004, ///<鼠标中键处于按下状态 + mbRight =0x00000008, ///<鼠标右键处于按下状态 + + mbX1 =0x00000010, + mbX2 =0x00000020, mbShift =0x10000000, ///