detection of mouse hovering using pdcurses
I am making an implemintation of conway’s game of life using c and wanted to make the game highlight the cell the mouse in hovering over but i can’t seem to be able to catch mouse movements even though i used ALL_MOUSE_EVENTS
and MOUSE_MOVED
flags
detedction of mouse hovering using pdcurses
I am making an implemintation of conway’s game of life using c and wanted to make the game highlight the cell the mouse in hovering over but i can’t seem to be able to catch mouse movements even though i used ALL_MOUSE_EVENTS
and MOUSE_MOVED
flags