Move towards moving menu selection list position to mouse context

This commit is contained in:
2024-11-17 12:18:34 +00:00
parent e7ea5d7fa9
commit 53d8ca2861
6 changed files with 228 additions and 195 deletions
+2 -1
View File
@@ -20,7 +20,8 @@ data MouseContext
= NoMouseContext
| MouseAiming
| MouseInGame
| MouseMenuClick
| MouseMenuClick {_mcoMenuClick :: Int}
| MouseMenuCursor
| OverInvSelect { _mcoInvSelect :: (Int,Int)}
| OverInvFilt { _mcoInvFilt :: (Int,Int)}
| OverCombSelect { _mcoCombSelect :: (Int,Int)}