MCPcopy Create free account
hub / github.com/NetHack/NetHack / mac_doprev_message

Function mac_doprev_message

outdated/sys/mac/macwin.c:1632–1642  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1630}
1631
1632int
1633mac_doprev_message(void)
1634{
1635 if (WIN_MESSAGE) {
1636 NhWindow *winToScroll = &theWindows[WIN_MESSAGE];
1637 mac_display_nhwindow(WIN_MESSAGE, FALSE);
1638 SetPortWindowPort(winToScroll->its_window);
1639 MoveScrollBar(winToScroll->scrollBar, kControlUpButtonPart);
1640 }
1641 return 0;
1642}
1643
1644static void
1645draw_growicon_vert_only(WindowPtr wind)

Callers 2

topl_keyFunction · 0.85
topl_resp_keyFunction · 0.85

Calls 2

mac_display_nhwindowFunction · 0.85
MoveScrollBarFunction · 0.85

Tested by

no test coverage detected