This is the documentation for the latest development branch of M68k MicroPython and may refer to features that are not available in released versions.

If you are looking for the documentation for a specific release, use the drop-down menu on the left and select the desired version.

toolboxevent

toolboxevent - Wrapped MacOS APIs

toolboxevent.LMGetKeyThresh() object
toolboxevent.LMSetKeyThresh(value) None
toolboxevent.LMGetKeyRepThresh() object
toolboxevent.LMSetKeyRepThresh(value) None
toolboxevent.LMGetDoubleTime() object
toolboxevent.LMSetDoubleTime(value) None
toolboxevent.LMGetCaretTime() object
toolboxevent.LMSetCaretTime(value) None
toolboxevent.LMGetScrDmpEnb() object
toolboxevent.LMSetScrDmpEnb(value) None
toolboxevent.LMGetJournalFlag() object
toolboxevent.LMSetJournalFlag(value) None
toolboxevent.LMGetJournalRef() object
toolboxevent.LMSetJournalRef(value) None
toolboxevent.KeyTranslate(mapp: Ptr, code: uint16_t, state: uint32_t) uint32_t
toolboxevent.GetNextEvent(em: int, evt: EventRecord) Boolean
toolboxevent.WaitNextEvent(mask: int, evp: EventRecord, sleep: int, mousergn: RgnHandle) Boolean
toolboxevent.EventAvail(em: int, evt: EventRecord) Boolean
toolboxevent.GetMouse(p: Point) None
toolboxevent.Button() Boolean
toolboxevent.StillDown() Boolean
toolboxevent.WaitMouseUp() Boolean
toolboxevent.GetKeys(keys: uint8_t) None
toolboxevent.TickCount() ULONGINT
toolboxevent.GetDblTime() int
toolboxevent.GetCaretTime() int