Global namespace that stores flags regarding platform environment and features support.

Example

if (pc.platform.touch) {
// touch is supported
}

Index

Variables