change the mouse io struct
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@9064 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -104,15 +104,15 @@ typedef struct {
|
|||||||
#define mouse_settings_file "Mouse_settings"
|
#define mouse_settings_file "Mouse_settings"
|
||||||
|
|
||||||
typedef struct {
|
typedef struct {
|
||||||
int serial_cookie;
|
int32 cookie;
|
||||||
int buttons;
|
uint32 buttons;
|
||||||
int xdelta;
|
int32 xdelta;
|
||||||
int ydelta;
|
int32 ydelta;
|
||||||
int32 clicks;
|
int32 clicks;
|
||||||
int32 modifiers;
|
int32 modifiers;
|
||||||
bigtime_t time;
|
bigtime_t timestamp;
|
||||||
int wheel_delta;
|
int32 wheel_delta;
|
||||||
} mouse_pos;
|
} mouse_movement;
|
||||||
|
|
||||||
|
|
||||||
// On the Mac, the I-squared C bus is controlled by the Cuda microcontroller,
|
// On the Mac, the I-squared C bus is controlled by the Cuda microcontroller,
|
||||||
|
|||||||
Reference in New Issue
Block a user