NEC I looked at it briefly myself and agree. Opened up Chromium.apk and it does the same setting in an AccessibilityManager onWindowFocusChanged(): Settings.System.putInt(getContentResolver(), "keyboard_pointer_enable", z ? 1 : 0)
It's probably possible to develop our own application that does this same event handler but enables the mouse for a list of applications.