HomeSort by: relevance | last modified time | path
    Searched defs:action0 (Results 1 - 1 of 1) sorted by relevancy

  /src/usr.sbin/moused/
moused.c 848 mousestatus_t action0; /* original mouse action */ local in function:moused
877 bzero(&action0, sizeof(action0));
909 action0.button = action0.obutton;
910 action0.dx = action0.dy = action0.dz = 0;
911 action0.flags = flags = 0;
912 if (r_timeout() && r_statetrans(&action0, &action, A_TIMEOUT))
    [all...]

Completed in 12 milliseconds