public static Boolean KeyBoardisOpen()
{
if (PS3.Extension.ReadByte(0x73145F) == 0x1)
{
return true;
}
else
{
return false;
}
}
Public Shared Function KeyBoardisOpen() As Boolean
If (PS3.Extension.ReadByte(&H73145F) = &H1) Then
Return True
Else
Return False
End If
End Function
if (KeyBoardisOpen() == true)
{
Timer1.Stop()
}
else
{
Timer1.Start()
}
public static Boolean KeyBoardisOpen()
{
if (PS3.Extension.ReadByte(0x73145F) == 0x1)
{
return true;
}
else
{
return false;
}
}
Public Shared Function KeyBoardisOpen() As Boolean
If (PS3.Extension.ReadByte(&H73145F) = &H1) Then
Return True
Else
Return False
End If
End Function
if (KeyBoardisOpen() == true)
{
Timer1.Stop()
}
else
{
Timer1.Start()
}
public static Boolean KeyBoardisOpen()
{
if (PS3.Extension.ReadByte(0x73145F) == 0x1)
{
return true;
}
else
{
return false;
}
}
Public Shared Function KeyBoardisOpen() As Boolean
If (PS3.Extension.ReadByte(&H73145F) = &H1) Then
Return True
Else
Return False
End If
End Function
if (KeyBoardisOpen() == true)
{
Timer1.Stop()
}
else
{
Timer1.Start()
}
Copyright © 2026, NextGenUpdate.
All Rights Reserved.