gtrafimenkov / ja2-experiments

Experimenting with Jagged Alliance 2 sources
0 stars 0 forks source link

Centralized mouse input #23

Open gtrafimenkov opened 1 year ago

gtrafimenkov commented 1 year ago

An attempt to collect all mouse input and pass it to the game loop function, so that the game code doesn't request mouse input, but it is given the input on every game cycle.

gtrafimenkov commented 1 year ago

Well, the changes are to big to make them safely. There is a web of interdependencies in the code.

The current state is already buggy.