Platforms to show: All Mac Windows Linux Cross-Platform
The module UniMotionMBS
module UniMotionMBSType | Topic | Version |
module | Sudden Motion Sensor | 9.1 |
UniMotion - Unified Motion detection for Apple portables.
Copyright (c) 2006 Lincoln Ramsay. All rights reserved.
This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License version 2.1 as published by the Free Software Foundation.
This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public License along with this library; if not, write to the Free Software Foundation Inc. 59 Temple Place, Suite 330, Boston MA 02111-1307 USA
- method DetectSMS as Integer
- method LoadLibrary(file as folderitem) as boolean
- method ReadSMS(type as Integer, byref x as Integer, byref y as Integer, byref z as Integer) as boolean
- method ReadSMSraw(type as Integer, byref x as Integer, byref y as Integer, byref z as Integer) as boolean
- method ReadSMSrawBytes(type as Integer) as memoryblock
- method ReadSMSreal(type as Integer, byref x as Double, byref y as Double, byref z as Double) as boolean
- method ReadSMSscaled(type as Integer, byref x as Integer, byref y as Integer, byref z as Integer) as boolean
- 5 constants
Constants
Constant | Value | Description |
---|---|---|
highrespb | 3 | One of the constants used by DetectSMS. |
ibook | 2 | One of the constants used by DetectSMS. |
macbookpro | 4 | One of the constants used by DetectSMS. |
powerbook | 1 | One of the constants used by DetectSMS. |
unknown | 0 | One of the constants used by DetectSMS. |
Blog Entries
Release notes
- Version 24.1
- Removed UniMotionMBS module.
- Version 22.5
- Deprecated UniMotionMBS module.