mojira.dev

Reyaansh_Mishra

Assigned

No issues.

Reported

MCPE-170756 Attempting to break a block while it's being pushed by a Piston breaks the Piston instead Confirmed

Comments

This one bug had been bugging me for the past month

also, I found the following code snippet for W,A,S,D in case its a Mojang Problem (https://developer.apple.com/videos/play/wwdc2020/10617/)(5:18 - Polling keyboard state)

func pollInput() {
  
  if let keyboard = GCKeyboardDevice.coalesced?.keyboardInput

{       if (keyboard.button(forKeyCode: .keyW)?.isPressed ?? false)
{ /* move forward code    */ }

      if (keyboard.button(forKeyCode: .keyA)?.isPressed ?? false) { /* move left code  */ }
      if (keyboard.button(forKeyCode: .keyS)?.isPressed ?? false) { /* move backward code  */ }
      if (keyboard.button(forKeyCode: .keyD)?.isPressed ?? false) { /* move right code */ }
  }
  
}

@Kalani, which mc versions r those? I use iPadOS Beta 16.5 and mcbe preview 1.20.22 still can’t get the controls going 😞

An update for ipad pro users (with ZOOK finger pad)

The mouse works just fine. One and two finger taps register as break and place. I don't have to click and hold to look around. Also the three finger tap acts like the middle mouse button so i can copy blocks/stuff with nbt data.

 

The keyboard just doesn’t work. Minecraft registers it as a keyboard, but it doesn’t registers the key pressing. The chat sill works fine (just the TAB button fails for some reason).

 

Also the “PAUSE MENU” cannot be accessed via the keyboard. It unlocks the mouse and we can move it around freely now we need to reopen/ restart mcpe to fix this

 

Thats it.

 

Hopefully this bug gets fixed in the 1.19.60 or 1.20 update