ladybird/Servers
Andreas Kling c8be606acf WindowServer: Avoid doing sqrt() in double-click detection
Compare the distance travelled squared against the max distance squared
to avoid using sqrt().

Thanks to Nagy Tibor for the suggestion :^)
2019-09-09 08:51:16 +02:00
..
AudioServer LibThread: Move CLock to LibThread::Lock 2019-08-26 11:31:14 +02:00
LookupServer AK: Rename <AK/AKString.h> to <AK/String.h> 2019-09-06 15:36:54 +02:00
SystemServer SystemServer: Use dbg() instead of dbgprintf() 2019-09-03 16:17:26 +02:00
TelnetServer TelnetServer: Implement basic telnet server 2019-09-08 10:56:34 +02:00
TTYServer Server: Add TTYServer, a rudimentary text console manager 2019-08-12 13:52:20 +02:00
WindowServer WindowServer: Avoid doing sqrt() in double-click detection 2019-09-09 08:51:16 +02:00