Noah Petherbridge
2b42a072a0
* All private Doodle source code into the pkg/ folder. * Potentially public code into the lib/ folder. * Centralize the logger into a subpackage.
8 lines
141 B
Go
8 lines
141 B
Go
package events
|
|
|
|
// Debug constants, toggle on or off for SUPER VERBOSE debugging.
|
|
var (
|
|
DebugMouseEvents = false
|
|
DebugClickEvents = true
|
|
)
|