[mouse] Start mouse at center of screen
This commit is contained in:
parent
bce5d78bed
commit
1805dd5ffe
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user