mirror of
https://github.com/WinDurango/WinDurango.git
synced 2026-05-08 02:19:11 -05:00
10 lines
929 B
Modula-2
10 lines
929 B
Modula-2
LIBRARY XFrontPanelDisplay
|
|
EXPORTS
|
|
XFrontPanelGetButtonStates = XFrontPanelGetButtonStates_X @1
|
|
XFrontPanelGetLightStates = XFrontPanelGetLightStates_X @2
|
|
XFrontPanelGetScreenDimensions = XFrontPanelGetScreenDimensions_X @3
|
|
XFrontPanelGetScreenPixelFormat = XFrontPanelGetScreenPixelFormat_X @4
|
|
XFrontPanelIsSupported = XFrontPanelIsSupported_X @5
|
|
XFrontPanelPresentBuffer = XFrontPanelPresentBuffer_X @6
|
|
XFrontPanelSetDisplayName = XFrontPanelSetDisplayName_X @7
|
|
XFrontPanelSetLightStates = XFrontPanelSetLightStates_X @8 |