blob: 26d78471e09ed33649e77b7fa17506780bbb04bb (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
definition module windowevent
// Clean Object I/O library, version 1.2
/* windowevent defines the DeviceEventFunction for the window device.
This function is placed in a separate module because it is platform dependent.
*/
import deviceevents
from iostate import :: PSt
windowEvent :: !SchedulerEvent !(PSt .l) -> (!Bool,!Maybe DeviceEvent,!SchedulerEvent,!PSt .l)
|