MCPcopy Create free account
hub / github.com/ImGoodBai/MapGoGoGo / isDesktopSimulatorLayout

Function isDesktopSimulatorLayout

frontend/src/App.tsx:130–134  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

128}
129
130function isDesktopSimulatorLayout() {
131 return Boolean(
132 window.matchMedia?.("(min-width: 960px)").matches && navigator.maxTouchPoints === 0
133 );
134}
135
136function safeLatLngToCell(lat: number, lng: number, resolution: number) {
137 try {

Callers 2

ChallengeViewFunction · 0.85
updateDesktopModeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected