IsMac
From OxeyeWiki
(Difference between revisions)
Thewreck (Talk | contribs)
(Created page with '{{DaisyMethod | daisy.isMac() | This method checks if the application is ran on a Mac OS X. | {{NoParams}} | Returns one Boolean, true if Mac OS X, false otherwise. }} === Exampl...')
(Created page with '{{DaisyMethod | daisy.isMac() | This method checks if the application is ran on a Mac OS X. | {{NoParams}} | Returns one Boolean, true if Mac OS X, false otherwise. }} === Exampl...')
Latest revision as of 17:20, 18 January 2010
daisy.isMac() | ||
This method checks if the application is ran on a Mac OS X. | ||
Parameter | Expected Type | Description |
No parameters | ||
Returns | ||
Returns one Boolean, true if Mac OS X, false otherwise. |
Daisymoon Video Lib |
---|
Example
local onAMac = daisy.isMac()