| 4903 | } |
| 4904 | |
| 4905 | void |
| 4906 | click_to_cmd(coordxy x, coordxy y, int mod) |
| 4907 | { |
| 4908 | gc.clicklook_cc.x = x; |
| 4909 | gc.clicklook_cc.y = y; |
| 4910 | |
| 4911 | if (gc.Cmd.mousebtn[mod-1]) |
| 4912 | cmdq_add_ec(CQ_CANNED, gc.Cmd.mousebtn[mod-1]->ef_funct); |
| 4913 | } |
| 4914 | |
| 4915 | staticfn int |
| 4916 | domouseaction(void) |
no test coverage detected