Szerző Téma: Billentyuzet emulacio  (Megtekintve 6145 alkalommal)

0 Felhasználó és 1 vendég van a témában

teki

  • Newbie
  • *
  • Hozzászólások: 34
  • Karma: +0/-0
    • Profil megtekintése
Billentyuzet emulacio
« Dátum: 2013. Október 31. - 00:53:14 »
Ezt ki hogy csinalja, van vmi trukk egyszerusitesre?

Kicsit szenvedos a dolog, kulonosen az ALT/SHIFT allapotanak kovetese.

Atka72

  • Full Member
  • ***
  • Hozzászólások: 110
  • Karma: +3/-0
    • Profil megtekintése
    • Atkalabor
Re:Billentyuzet emulacio
« Válasz #1 Dátum: 2013. Október 31. - 10:16:09 »
Figyelem a billentyű lenyomást és a felengedést külön és egy biilentyű pufferbe írom az állapotát. Ez se a legszebb, de működik és tetszőlegesen módosítható. A primóba ez nem volt jó ott billentyű scant csináltam inkább.

Private Sub Picture1_KeyDown(KeyCode As Integer, Shift As Integer)
If KeyCode = 52 Then Bpuf(0) = Bpuf(0) Or 128
If KeyCode = 49 Then Bpuf(0) = Bpuf(0) Or 64
If KeyCode = 226 Then Bpuf(0) = Bpuf(0) Or 32
If KeyCode = 54 Then Bpuf(0) = Bpuf(0) Or 16
If KeyCode = 192 Then Bpuf(0) = Bpuf(0) Or 8
If KeyCode = 50 Then Bpuf(0) = Bpuf(0) Or 4
If KeyCode = 51 Then Bpuf(0) = Bpuf(0) Or 2
If KeyCode = 53 Then Bpuf(0) = Bpuf(0) Or 1

If KeyCode = 55 Then Bpuf(1) = Bpuf(1) Or 128
If KeyCode = 219 Then Bpuf(1) = Bpuf(1) Or 64
If KeyCode = 187 Then Bpuf(1) = Bpuf(1) Or 32
If KeyCode = 106 Then Bpuf(1) = Bpuf(1) Or 16
If KeyCode = 189 Then Bpuf(1) = Bpuf(1) Or 8
If KeyCode = 57 Then Bpuf(1) = Bpuf(1) Or 4
If KeyCode = 56 Then Bpuf(1) = Bpuf(1) Or 2
If KeyCode = 36 Then Bpuf(1) = Bpuf(1) Or 1

If KeyCode = 82 Then Bpuf(2) = Bpuf(2) Or 128
If KeyCode = 81 Then Bpuf(2) = Bpuf(2) Or 64
If KeyCode = 111 Then Bpuf(2) = Bpuf(2) Or 32
If KeyCode = 89 Then Bpuf(2) = Bpuf(2) Or 16
If KeyCode = 191 Then Bpuf(2) = Bpuf(2) Or 8
If KeyCode = 87 Then Bpuf(2) = Bpuf(2) Or 4
If KeyCode = 69 Then Bpuf(2) = Bpuf(2) Or 2
If KeyCode = 84 Then Bpuf(2) = Bpuf(2) Or 1

If KeyCode = 85 Then Bpuf(3) = Bpuf(3) Or 128
If KeyCode = 80 Then Bpuf(3) = Bpuf(3) Or 64
If KeyCode = 221 Then Bpuf(3) = Bpuf(3) Or 32
If KeyCode = 117 Then Bpuf(3) = Bpuf(3) Or 16
If KeyCode = 48 Then Bpuf(3) = Bpuf(3) Or 8
If KeyCode = 79 Then Bpuf(3) = Bpuf(3) Or 4
If KeyCode = 73 Then Bpuf(3) = Bpuf(3) Or 2
If KeyCode = 118 Then Bpuf(3) = Bpuf(3) Or 1

If KeyCode = 70 Then Bpuf(4) = Bpuf(4) Or 128
If KeyCode = 65 Then Bpuf(4) = Bpuf(4) Or 64
If KeyCode = 119 Then Bpuf(4) = Bpuf(4) Or 32
If KeyCode = 72 Then Bpuf(4) = Bpuf(4) Or 16
'If KeyCode = 111 Then Bpuf(4) = Bpuf(4) Or 8
If KeyCode = 83 Then Bpuf(4) = Bpuf(4) Or 4
If KeyCode = 68 Then Bpuf(4) = Bpuf(4) Or 2
If KeyCode = 71 Then Bpuf(4) = Bpuf(4) Or 1

If KeyCode = 74 Then Bpuf(5) = Bpuf(5) Or 128
If KeyCode = 186 Then Bpuf(5) = Bpuf(5) Or 64
If KeyCode = 220 Then Bpuf(5) = Bpuf(5) Or 32
If KeyCode = 13 Then Bpuf(5) = Bpuf(5) Or 16
If KeyCode = 222 Then Bpuf(5) = Bpuf(5) Or 8
If KeyCode = 76 Then Bpuf(5) = Bpuf(5) Or 4
If KeyCode = 75 Then Bpuf(5) = Bpuf(5) Or 2
If KeyCode = 8 Then Bpuf(5) = Bpuf(5) Or 1

If KeyCode = 86 Then Bpuf(6) = Bpuf(6) Or 128
If KeyCode = 90 Then Bpuf(6) = Bpuf(6) Or 64
If KeyCode = 20 Then Bpuf(6) = Bpuf(6) Or 32
If KeyCode = 78 Then Bpuf(6) = Bpuf(6) Or 16
If KeyCode = 16 Then Bpuf(6) = Bpuf(6) Or 8
If KeyCode = 88 Then Bpuf(6) = Bpuf(6) Or 4
If KeyCode = 67 Then Bpuf(6) = Bpuf(6) Or 2
If KeyCode = 66 Then Bpuf(6) = Bpuf(6) Or 1

If KeyCode = 77 Then Bpuf(7) = Bpuf(7) Or 128
If KeyCode = 109 Then Bpuf(7) = Bpuf(7) Or 64
If KeyCode = 32 Then Bpuf(7) = Bpuf(7) Or 32
If KeyCode = 17 Then Bpuf(7) = Bpuf(7) Or 16
If KeyCode = 35 Then Bpuf(7) = Bpuf(7) Or 8 'escape
If KeyCode = 190 Then Bpuf(7) = Bpuf(7) Or 4
If KeyCode = 188 Then Bpuf(7) = Bpuf(7) Or 2
If KeyCode = 116 Then Bpuf(7) = Bpuf(7) Or 1 'alt

'If KeyCode = 77 Then Bpuf(8) = Bpuf(8) Or 128
If KeyCode = 37 Then Bpuf(8) = Bpuf(8) Or 64 'up1
If KeyCode = 39 Then Bpuf(8) = Bpuf(8) Or 32 'down1
'If KeyCode = 17 Then Bpuf(8) = Bpuf(8) Or 16
If KeyCode = 112 Then Bpuf(8) = Bpuf(8) Or 8 ' fire1 / F1
If KeyCode = 40 Then Bpuf(8) = Bpuf(8) Or 4 'right1
If KeyCode = 38 Then Bpuf(8) = Bpuf(8) Or 2 'left1
If KeyCode = 45 Then Bpuf(8) = Bpuf(8) Or 1

'If KeyCode = 77 Then Bpuf(9) = Bpuf(9) Or 128
'If KeyCode = 37 Then Bpuf(9) = Bpuf(9) Or 64 'up2
'If KeyCode = 39 Then Bpuf(9) = Bpuf(9) Or 32 'down2
'If KeyCode = 17 Then Bpuf(9) = Bpuf(9) Or 16
'If KeyCode = 113 Then Bpuf(9) = Bpuf(9) Or 8 ' fire 2 / F2
'If KeyCode = 40 Then Bpuf(9) = Bpuf(9) Or 4 'right2
'If KeyCode = 38 Then Bpuf(9) = Bpuf(9) Or 2 ' left2
'If KeyCode = 45 Then Bpuf(9) = Bpuf(9) Or 1

End Sub
'**************************************************************
Private Sub Picture1_KeyUp(KeyCode As Integer, Shift As Integer)

If KeyCode = 52 Then Bpuf(0) = Bpuf(0) And 255 - 128
If KeyCode = 49 Then Bpuf(0) = Bpuf(0) And 255 - 64
If KeyCode = 226 Then Bpuf(0) = Bpuf(0) And 255 - 32
If KeyCode = 54 Then Bpuf(0) = Bpuf(0) And 255 - 16
If KeyCode = 192 Then Bpuf(0) = Bpuf(0) And 255 - 8
If KeyCode = 50 Then Bpuf(0) = Bpuf(0) And 255 - 4
If KeyCode = 51 Then Bpuf(0) = Bpuf(0) And 255 - 2
If KeyCode = 53 Then Bpuf(0) = Bpuf(0) And 255 - 1

If KeyCode = 55 Then Bpuf(1) = Bpuf(1) And 255 - 128
If KeyCode = 219 Then Bpuf(1) = Bpuf(1) And 255 - 64
If KeyCode = 187 Then Bpuf(1) = Bpuf(1) And 255 - 32
If KeyCode = 106 Then Bpuf(1) = Bpuf(1) And 255 - 16
If KeyCode = 189 Then Bpuf(1) = Bpuf(1) And 255 - 8
If KeyCode = 57 Then Bpuf(1) = Bpuf(1) And 255 - 4
If KeyCode = 56 Then Bpuf(1) = Bpuf(1) And 255 - 2
If KeyCode = 36 Then Bpuf(1) = Bpuf(1) And 255 - 1

If KeyCode = 82 Then Bpuf(2) = Bpuf(2) And 255 - 128
If KeyCode = 81 Then Bpuf(2) = Bpuf(2) And 255 - 64
If KeyCode = 111 Then Bpuf(2) = Bpuf(2) And 255 - 32
If KeyCode = 89 Then Bpuf(2) = Bpuf(2) And 255 - 16
If KeyCode = 191 Then Bpuf(2) = Bpuf(2) And 255 - 8
If KeyCode = 87 Then Bpuf(2) = Bpuf(2) And 255 - 4
If KeyCode = 69 Then Bpuf(2) = Bpuf(2) And 255 - 2
If KeyCode = 84 Then Bpuf(2) = Bpuf(2) And 255 - 1

If KeyCode = 85 Then Bpuf(3) = Bpuf(3) And 255 - 128
If KeyCode = 80 Then Bpuf(3) = Bpuf(3) And 255 - 64
If KeyCode = 221 Then Bpuf(3) = Bpuf(3) And 255 - 32
If KeyCode = 117 Then Bpuf(3) = Bpuf(3) And 255 - 16
If KeyCode = 48 Then Bpuf(3) = Bpuf(3) And 255 - 8
If KeyCode = 79 Then Bpuf(3) = Bpuf(3) And 255 - 4
If KeyCode = 73 Then Bpuf(3) = Bpuf(3) And 255 - 2
If KeyCode = 118 Then Bpuf(3) = Bpuf(3) And 255 - 1

If KeyCode = 70 Then Bpuf(4) = Bpuf(4) And 255 - 128
If KeyCode = 65 Then Bpuf(4) = Bpuf(4) And 255 - 64
If KeyCode = 119 Then Bpuf(4) = Bpuf(4) And 255 - 32
If KeyCode = 72 Then Bpuf(4) = Bpuf(4) And 255 - 16
'If KeyCode = 111 Then Bpuf(4) = Bpuf(4) and 255 -8
If KeyCode = 83 Then Bpuf(4) = Bpuf(4) And 255 - 4
If KeyCode = 68 Then Bpuf(4) = Bpuf(4) And 255 - 2
If KeyCode = 71 Then Bpuf(4) = Bpuf(4) And 255 - 1

If KeyCode = 74 Then Bpuf(5) = Bpuf(5) And 255 - 128
If KeyCode = 186 Then Bpuf(5) = Bpuf(5) And 255 - 64
If KeyCode = 220 Then Bpuf(5) = Bpuf(5) And 255 - 32
If KeyCode = 13 Then Bpuf(5) = Bpuf(5) And 255 - 16
If KeyCode = 222 Then Bpuf(5) = Bpuf(5) And 255 - 8
If KeyCode = 76 Then Bpuf(5) = Bpuf(5) And 255 - 4
If KeyCode = 75 Then Bpuf(5) = Bpuf(5) And 255 - 2
If KeyCode = 8 Then Bpuf(5) = Bpuf(5) And 255 - 1

If KeyCode = 86 Then Bpuf(6) = Bpuf(6) And 255 - 128
If KeyCode = 90 Then Bpuf(6) = Bpuf(6) And 255 - 64
If KeyCode = 20 Then Bpuf(6) = Bpuf(6) And 255 - 32
If KeyCode = 78 Then Bpuf(6) = Bpuf(6) And 255 - 16
If KeyCode = 16 Then Bpuf(6) = Bpuf(6) And 255 - 8
If KeyCode = 88 Then Bpuf(6) = Bpuf(6) And 255 - 4
If KeyCode = 67 Then Bpuf(6) = Bpuf(6) And 255 - 2
If KeyCode = 66 Then Bpuf(6) = Bpuf(6) And 255 - 1

If KeyCode = 77 Then Bpuf(7) = Bpuf(7) And 255 - 128
If KeyCode = 109 Then Bpuf(7) = Bpuf(7) And 255 - 64
If KeyCode = 32 Then Bpuf(7) = Bpuf(7) And 255 - 32
If KeyCode = 17 Then Bpuf(7) = Bpuf(7) And 255 - 16
If KeyCode = 35 Then Bpuf(7) = Bpuf(7) And 255 - 8 'escape
If KeyCode = 190 Then Bpuf(7) = Bpuf(7) And 255 - 4
If KeyCode = 188 Then Bpuf(7) = Bpuf(7) And 255 - 2
If KeyCode = 116 Then Bpuf(7) = Bpuf(7) And 255 - 1 'alt

'If KeyCode = 77 Then Bpuf(8) = Bpuf(8) and 255 -128
If KeyCode = 37 Then Bpuf(8) = Bpuf(8) And 255 - 64 'up1
If KeyCode = 39 Then Bpuf(8) = Bpuf(8) And 255 - 32 'down1
'If KeyCode = 17 Then Bpuf(8) = Bpuf(8) and 255 -16
If KeyCode = 112 Then Bpuf(8) = Bpuf(8) And 255 - 8 ' fire1 / F1
If KeyCode = 40 Then Bpuf(8) = Bpuf(8) And 255 - 4 'right1
If KeyCode = 38 Then Bpuf(8) = Bpuf(8) And 255 - 2 'left1
If KeyCode = 45 Then Bpuf(8) = Bpuf(8) And 255 - 1

'If KeyCode = 77 Then Bpuf(9) = Bpuf(9) and 255 -128
'If KeyCode = 37 Then Bpuf(9) = Bpuf(9) And 255 - 64 'up2
'If KeyCode = 39 Then Bpuf(9) = Bpuf(9) And 255 - 32 'down2
'If KeyCode = 17 Then Bpuf(9) = Bpuf(9) and 255 -16
'If KeyCode = 113 Then Bpuf(9) = Bpuf(9) And 255 - 8 ' fire 2 / F2
'If KeyCode = 40 Then Bpuf(9) = Bpuf(9) And 255 - 4 'right2
'If KeyCode = 38 Then Bpuf(9) = Bpuf(9) And 255 - 2 ' left2
'If KeyCode = 45 Then Bpuf(9) = Bpuf(9) and 255 -1


End Sub

Gaia

  • Newbie
  • *
  • Hozzászólások: 46
  • Karma: +0/-0
    • Profil megtekintése
    • Gaia's shrine
Re:Billentyuzet emulacio
« Válasz #2 Dátum: 2014. December 12. - 21:15:52 »
Miért nem csinálsz egy lookup táblát, ahol az index a keycode, a kiolvasott érték pedig a TVC mátrix érték? Sokkal kevesebb kopipészt kód és még gyorsabb is lesz. Csinálsz kb. 60 If-et most miközben biztosan egyszerre csak egy kód fog érkezni.

Atka72

  • Full Member
  • ***
  • Hozzászólások: 110
  • Karma: +3/-0
    • Profil megtekintése
    • Atkalabor
Re:Billentyuzet emulacio
« Válasz #3 Dátum: 2014. December 12. - 21:29:59 »
Igaz, ON B Goto-val lényegesen szebb lenne( az utasítás végrehajtásnál az van mert ott kritikus a gyorsaság) , de végülis azért hagytam így mert így könnyebb módosítani a forráskódot így szépen egymás alatt látom a kódokat.  Abban maradtam 20msec -enként nem túl nagy kiesés az a 60 if then :)

/Na ezért is maradok a VB-nél a  VB.Net-ben nincs  on b goto sem...a case select nem alternatíva/

Gaia

  • Newbie
  • *
  • Hozzászólások: 46
  • Karma: +0/-0
    • Profil megtekintése
    • Gaia's shrine
Re:Billentyuzet emulacio
« Válasz #4 Dátum: 2014. December 12. - 21:49:20 »
Szerintem érdemes lenne áttérned .NET-re. Lassan nem tudod már lefordítani sem majd a kódot. Az On ... Goto ... vszleg nem véletlen szűnt meg ott ;) Rá lennél kényszerítve, hogy megtanulj vmi mást (pl. asszociatív tömb függvénymutatókkal) és szerintem megéri :)

Gaia

  • Newbie
  • *
  • Hozzászólások: 46
  • Karma: +0/-0
    • Profil megtekintése
    • Gaia's shrine
Re:Billentyuzet emulacio
« Válasz #5 Dátum: 2014. December 12. - 21:52:43 »
De hogy ontopic legyek, itt a key handler (az egyik):

static unsigned char _input_get_key_state_pos()
{
   unsigned char tmp = 0;

   if ( GetAsyncKeyState( VK_MENU )&0x8000)
      return 0xFF;

   {
         tmp|= (GetAsyncKeyState( key_map_table[0][ kb_row + 0])& 0x8000) >> 8;
         tmp|= (GetAsyncKeyState( key_map_table[0][ kb_row + 1])& 0x8000) >> 9;
         tmp|= (GetAsyncKeyState( key_map_table[0][ kb_row + 2])& 0x8000) >> 10;
         tmp|= (GetAsyncKeyState( key_map_table[0][ kb_row + 3])& 0x8000) >> 11;
         tmp|= (GetAsyncKeyState( key_map_table[0][ kb_row + 4])& 0x8000) >> 12;
         tmp|= (GetAsyncKeyState( key_map_table[0][ kb_row + 5])& 0x8000) >> 13;
         tmp|= (GetAsyncKeyState( key_map_table[0][ kb_row + 6])& 0x8000) >> 14;
         tmp|= (GetAsyncKeyState( key_map_table[0][ kb_row + 7])& 0x8000) >> 15;
   }
   return tmp^0xFF;
}

Atka72

  • Full Member
  • ***
  • Hozzászólások: 110
  • Karma: +3/-0
    • Profil megtekintése
    • Atkalabor
Re:Billentyuzet emulacio
« Válasz #6 Dátum: 2014. December 12. - 22:56:07 »
Igen tömbbe is lehetne rakni a konvertált kódokat, az a leggyorsabb megoldás kétségtelenül, / persze előtte fel kell tölteni a lookup táblát /de ahhoz sem kell szerencsére .NET, nekem így volt könnyebb a manuális módosítása.
/A .NET nekem egyátalán nem jön be és meglehet maradi vagyok de még a win8 alatt is vígan futnak a VB6 programok több 100 megás NET keretrendszer nélkül is. Igazából nincs jelentősége számomra win7 se lesz már soha a gépemen pláne 8 de ez már tényleg OFF TOPIC...legfeljebb majd nyomom emulátorba :)
« Utoljára szerkesztve: 2014. December 12. - 23:04:43 írta Atka72 »