Ignore:
Timestamp:
Aug 25, 2008, 1:27:43 AM (16 years ago)
Author:
NoWest
Message:

Collection<T>クラス系は一応の完成ですが、briefはまだ書いてません。

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ab5.0/ablib/src/Classes/ActiveBasic/Windows/MM/Joystick.ab

    r594 r619  
    518518Public 'Static Method
    519519    '使用可能なジョイスティックIDを列挙したIListを取得
    520     Static Function GetJoystickIDs() As System.Collections.Generic.IList<DWord>
     520    Static Function GetValidJoystickIDs() As System.Collections.Generic.IList<DWord>
    521521        Dim max = NumberOfDevices()
    522522        GetJoystickIDs = New System.Collections.Generic.List<DWord>
Note: See TracChangeset for help on using the changeset viewer.