mirror of
https://github.com/jmarshall23/CnC_Remastered_Collection.git
synced 2026-08-17 17:00:29 +02:00
Initial mouse code(mouse graphics driver from Chronoshift). Very buggy.
This commit is contained in:
@@ -275,6 +275,8 @@ void GScreenClass::Input(KeyNumType & key, int & x, int & y)
|
||||
x = Keyboard->Mouse_X();
|
||||
y = Keyboard->Mouse_Y();
|
||||
|
||||
Show_Mouse();
|
||||
|
||||
if (Buttons != NULL) {
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user