• src/conio/mouse.c

    From deuce to CVS commit on Wednesday, April 08, 2020 21:31:25
    src/conio mouse.c 1.45 1.46
    Update of /cvsroot/sbbs/src/conio
    In directory cvs:/tmp/cvs-serv25484

    Modified Files:
    mouse.c
    Log Message:
    Do not move into the DRAGSTARTED state for a button unless one of the drag events are enabled.



  • From Deuc╨╡ to Git commit to main/sbbs/master on Friday, February 11, 2022 23:22:23
    https://gitlab.synchro.net/main/sbbs/-/commit/1a4345654513c363b41a3161
    Modified Files:
    src/conio/mouse.c
    Log Message:
    Use xp_timer() instead of msclock()

    I'm not really happy about rounding floats in time-critical bits,
    but there you go.
  • From Deuc╨╡ to Git commit to main/sbbs/master on Friday, February 11, 2022 23:40:27
    https://gitlab.synchro.net/main/sbbs/-/commit/e0ec41406477eba9a8f6d70c
    Modified Files:
    src/conio/mouse.c
    Log Message:
    Use xp_timer64() instead of xp_timer()