[mouse] Start mouse at center of screen

This commit is contained in:
Kevin Lange 2011-10-30 19:15:32 -05:00
parent bce5d78bed
commit 1805dd5ffe

View File

@ -5,8 +5,8 @@ int8_t mouse_byte[3];
int8_t mouse_x = 0;
int8_t mouse_y = 0;
int32_t actual_x = 0;
int32_t actual_y = 0;
int32_t actual_x = 5120;
int32_t actual_y = 3835;
void mouse_handler(struct regs *r) {
switch (mouse_cycle) {