File: ismdi.R

package info (click to toggle)
rcmdr 2.9-5-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 14,788 kB
  • sloc: makefile: 2
file content (6 lines) | stat: -rw-r--r-- 142 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
# last modified 2016-02-22 by J. Fox

ismdi <- function(){
  if (!WindowsP()) return(NA)
  !is.null(utils::getWindowsHandle("Frame"))
}