2014-01-03 23:40:22 +01:00
|
|
|
;
|
2014-04-11 23:46:53 +02:00
|
|
|
; This file defines the default mouse callback
|
2014-01-03 23:40:22 +01:00
|
|
|
;
|
|
|
|
|
2014-04-11 23:46:53 +02:00
|
|
|
.import _mouse_pm_callbacks
|
|
|
|
.export _mouse_def_callbacks
|
2014-01-03 23:40:22 +01:00
|
|
|
|
2014-04-11 23:46:53 +02:00
|
|
|
_mouse_def_callbacks := _mouse_pm_callbacks
|