| Home 目次>ApplicationKit>NSInputManager このサイトはこちらに移転しました。 | |
currentInputManager
現在のインプットマネージャーを返します
+(NSInputManager *) currentInputManager
【返り値】 | |
| NSInputManager * | インプットマネージャー |
【解説】
現在のインプットマネージャーを返します。
【例文】
#import "MyObject.h"
@implementation MyObject
- ( IBAction )myAction:( id )sender
{
NSInputManager *iMgr = [NSInputManager currentInputManager];
NSLog([iMgr className]);
}
@end
![]() | |
この記事を評価してください。
| Home 目次>ApplicationKit>NSInputManager | 修正日2006.12.26 |